Package org.wildfly.security.password.interfaces
package org.wildfly.security.password.interfaces
Interfaces which represent each of the supported password encoding strategies.
-
InterfacesClassDescriptionA password using the "bcrypt" Blowfish-based one-way password encryption algorithm.A BSD-style DES "crypt" password.A simple clear-text password.Digest MD5 (pre-digested) password.A password which has been masked, PicketBox style.A one-time password, used by the OTP SASL mechanism.A simple password where the generated digest also includes a salt.A SCRAM-digest password, used by the SCRAM family of SASL mechanisms.A simple single digest based password.An MD5-crypt password using the Sun scheme.The traditional UNIX DES crypt password algorithm.The UNIX modular-crypt MD5 crypt algorithm.The UNIX modular-crypt SHA crypt algorithm.