Skip to content

Commit

Permalink
Merge pull request #246 from Liam-Rougoor/docs/245-warn-against-3des
Browse files Browse the repository at this point in the history
Update docs to discourage TripleDes.
  • Loading branch information
mattosaurus authored Oct 13, 2023
2 parents e6d85c9 + ebc15c5 commit 8366997
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,9 @@ The compression algorithim to be used on the message. This is applied prior to e
- ZLib
- BZip2
### SymmetricKeyAlgorithm
The private key encryption algorithim.
The private key encryption algorithm.
> Although TripleDes is the default, it is outdated and being [discouraged by security institutions like NIST](https://en.wikipedia.org/wiki/Triple_DES). Aes is recommended.
- Null
- Idea
- TripleDes - **Default**
Expand Down

0 comments on commit 8366997

Please sign in to comment.