PasswordHasher
The PasswordHashers convert a value from a UI component to a specific hash value depending on the converter. This functionality can be used with a PasswordField, for example, to write a password to the database as a hash value.
The following converters are available.
To be found in the interface "com.rapidclipse.framework.security.util.PasswordHasher ":
-
MD5
-
SHA1
-
SHA2
-
PBKDF2WithHmacSHA1