Skip to content

Commit

Permalink
Fixing typo in 09-04-Testing_for_Weak_Encryption (#1150)
Browse files Browse the repository at this point in the history
* Fixing typo in 09-04-Testing_for_Weak_Encryption - paraphrase for better suggestion
  • Loading branch information
Bankde authored Jul 12, 2024
1 parent fbe1738 commit 175b709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Incorrect uses of encryption algorithms may result in sensitive data exposure, key leakage, broken authentication, insecure session, and spoofing attacks. There are some encryption or hash algorithms known to be weak and are not suggested for use such as MD5 and RC4.

In addition to the right choices of secure encryption or hash algorithms, the right uses of parameters also matter for the security level. For example, ECB (Electronic Code Book) mode is not suggested for use in asymmetric encryption.
In addition to the right choices of secure encryption or hash algorithms, the right uses of parameters also matter for the security level. For example, ECB (Electronic Code Book) mode generally should not be used.

## Test Objectives

Expand Down

0 comments on commit 175b709

Please sign in to comment.