Package org.exoplatform.web.security.hash
package org.exoplatform.web.security.hash
-
ClassDescriptionA
SaltedHashServiceimplementation using aSecretKeyFactoryfor salted hashing.ASaltedHashServiceimplementation which does not do any hashing at all.An ancillary data object representing a salted hash.An interface for serializing and deserializingSaltedHashobjects.Interface for creating salted hashes from plaintext passwords and for validating passwords against stored salted hashes.A codec able to transform aSaltedHashto and fromString.