We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48aea9 commit cebf408Copy full SHA for cebf408
S1.java
@@ -180,7 +180,7 @@ public void run(){
180
181
try{
182
KeySpec spec = new PBEKeySpec(pass.toCharArray(),salt,65536, 128);
183
- SecretKeyFactory f = SecretKeyFactory.getInstance("PBKDF2WithHmacSHA1");
+ SecretKeyFactory f = SecretKeyFactory.getInstance("PBKDF2WithHmacSHA512");
184
byte hash[] = f.generateSecret(spec).getEncoded();
185
186
hp = enc.encodeToString(hash);
0 commit comments