Package fr.xephi.authme.security.crypts

Interface Summary
EncryptionMethod Public interface for Custom Password encryption method The getHash function is called when we need to crypt the password (/register usually) The comparePassword is called when we need to match password (/login usually)
 

Class Summary
BCRYPT BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
CRAZYCRYPT1  
CryptPBKDF2  
DOUBLEMD5  
IPB3  
JOOMLA  
MD5  
MD5VB  
MYBB  
PHPBB  
PHPFUSION  
PLAINTEXT  
ROYALAUTH  
SALTED2MD5  
SHA1  
SHA256  
SHA512  
SMF  
WBB3  
WBB4  
WHIRLPOOL  
WORDPRESS  
XAUTH  
XF