Minor - move IPB4 to correct package

This commit is contained in:
ljacqu 2016-02-10 18:23:30 +01:00
parent 62d55a512e
commit cb50f7b8c4

View File

@ -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) {