Skip to content

Commit

Permalink
Encryption addition test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilli-Babu-Godari authored and godaridillibabu committed Feb 21, 2025
1 parent c1bb506 commit 7f51ea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class AesSpillCipher
implements SpillCipher
{
// 256-bit AES CBC mode
private static final String CIPHER_NAME = "AES/CBC/PKCS7Padding";
private static final String CIPHER_NAME = "AES/CCM/NoPadding";
private static final int KEY_BITS = 256;

private SecretKey key;
Expand Down

0 comments on commit 7f51ea9

Please sign in to comment.