Skip to content

Commit

Permalink
Revert change for non-FIP cipher
Browse files Browse the repository at this point in the history
  • Loading branch information
utle committed Jan 18, 2025
1 parent 529d460 commit bb79737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static String getEncryptionAlgorithm() {
}

public static String getCipher() {
return fipsEnabled ? AES_GCM_CIPHER : AES_CBC_CIPHER;
return fipsEnabled ? AES_GCM_CIPHER : DES_ECB_CIPHER;
}

public static String getCipherForAudit() {
Expand Down

0 comments on commit bb79737

Please sign in to comment.