Class SCryptImplementation
java.lang.Object
org.apache.openmeetings.util.crypt.SCryptImplementation
- All Implemented Interfaces:
ICrypt
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Verify string passed is matches given hash (using fallback crypt mechanism)Creates hash of given stringrandomPassword
(int length) boolean
Verify string passed is matches given hash
-
Method Details
-
hash
Description copied from interface:ICrypt
Creates hash of given string -
verify
Description copied from interface:ICrypt
Verify string passed is matches given hash -
fallback
Description copied from interface:ICrypt
Verify string passed is matches given hash (using fallback crypt mechanism) -
randomPassword
- Specified by:
randomPassword
in interfaceICrypt
-