Package fr.xephi.authme.security.pbkdf2

Interface Summary
PBKDF2 A free Java implementation of Password Based Key Derivation Function 2 as defined by RFC 2898.
PBKDF2Formatter A free Java implementation of Password Based Key Derivation Function 2 as defined by RFC 2898.
PRF A free Java implementation of Password Based Key Derivation Function 2 as defined by RFC 2898.
 

Class Summary
BinTools Free auxiliary functions.
MacBasedPRF Default PRF implementation based on standard javax.crypt.Mac mechanisms.
PBKDF2Engine Request for Comments: 2898 PKCS #5: Password-Based Cryptography Specification Version 2.0 PBKDF2 (P, S, c, dkLen) Options: PRF underlying pseudorandom function (hLen denotes the length in octets of the pseudorandom function output).
PBKDF2HexFormatter A free Java implementation of Password Based Key Derivation Function 2 as defined by RFC 2898.
PBKDF2Parameters Parameter data holder for PBKDF2 configuration.