Skip to content

Commit

Permalink
bouncycastle update from 1.64 to 1.77 broke Pbkdf2Test, changing the …
Browse files Browse the repository at this point in the history
…nonce size from 16 to 12 fixes the test but the reason still needs to be verified
  • Loading branch information
hohwille committed Feb 12, 2024
1 parent 4f00cbb commit 559ac2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public SymmetricCryptorConfigAes(String mode, String padding, SecurityProvider p
*/
public SymmetricCryptorConfigAes(SecurityProvider provider) {

this(provider, 16);
this(provider, 12);
}

/**
Expand Down

0 comments on commit 559ac2d

Please # to comment.