mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 04:02:10 +01:00
Fixed PBKDF2DJANGO hash map
This commit is contained in:
parent
639a0482c2
commit
023e64c8d5
@ -85,6 +85,7 @@ public class PasswordSecurity {
|
||||
salt = BCRYPT.gensalt(8);
|
||||
userSalt.put(playerName, salt);
|
||||
break;
|
||||
case PBKDF2DJANGO:
|
||||
case PBKDF2:
|
||||
salt = createSalt(12);
|
||||
userSalt.put(playerName, salt);
|
||||
|
Loading…
Reference in New Issue
Block a user