AuthMe 3.4

This commit is contained in:
Xephi
2014-06-13 05:56:59 +02:00
parent ff9ec22041
commit 2638007ada
52 changed files with 504 additions and 383 deletions
@@ -16,7 +16,7 @@ public interface EncryptionMethod {
* @return Hashing password
* @throws NoSuchAlgorithmException
*/
String getHash(String password, String salt) throws NoSuchAlgorithmException;
String getHash(String password, String salt, String name) throws NoSuchAlgorithmException;
/**
* @param hash