Skip to content

Commit

Permalink
encryption test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrogen2oxygen committed Nov 14, 2023
1 parent 42f0e2e commit 3fabf00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void testDecryptionAES() {
public void testGenerateStrongSecret() {
String strongSecret = encryptionTool.generateStrongSecret(256, true);
System.out.println(strongSecret);
Assertions.assertEquals(64, strongSecret.length());
}

}

0 comments on commit 3fabf00

Please sign in to comment.