mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-24 17:47:38 +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)
|
@Recommendation(Usage.DOES_NOT_WORK)
|
||||||
@HasSalt(value = SaltType.TEXT)
|
@HasSalt(value = SaltType.TEXT)
|
||||||
public class IPB4 implements EncryptionMethod {
|
public class IPB4 implements EncryptionMethod {
|
||||||
SecureRandom random = new SecureRandom();
|
private SecureRandom random = new SecureRandom();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String computeHash(String password, String salt, String name) {
|
public String computeHash(String password, String salt, String name) {
|
Loading…
Reference in New Issue
Block a user