mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-08 03:29:41 +01:00
Minor - move IPB4 to correct package
This commit is contained in:
parent
62d55a512e
commit
cb50f7b8c4
@ -12,7 +12,7 @@ import java.security.SecureRandom;
|
||||
@Recommendation(Usage.DOES_NOT_WORK)
|
||||
@HasSalt(value = SaltType.TEXT)
|
||||
public class IPB4 implements EncryptionMethod {
|
||||
SecureRandom random = new SecureRandom();
|
||||
private SecureRandom random = new SecureRandom();
|
||||
|
||||
@Override
|
||||
public String computeHash(String password, String salt, String name) {
|
Loading…
Reference in New Issue
Block a user