mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 04:02:10 +01:00
Merge pull request #44 from DmitryRendov/team
Fixed PBKDF2DJANGO hash map
This commit is contained in:
commit
b2234b1e0d
@ -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