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