diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-15 16:45:52 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-15 16:45:52 -0800 |
commit | b317c7a0dd197140b7ef1fd3446941f5b568e645 (patch) | |
tree | ce8ab62edf72423825bbb2c32d7341171860ef7d /docs/hazmat | |
parent | 54e04003c2bc136e27c379441e2407191cd9377b (diff) | |
download | cryptography-b317c7a0dd197140b7ef1fd3446941f5b568e645.tar.gz cryptography-b317c7a0dd197140b7ef1fd3446941f5b568e645.tar.bz2 cryptography-b317c7a0dd197140b7ef1fd3446941f5b568e645.zip |
Another two
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 984fe81d..eef359d6 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -14,7 +14,7 @@ Symmetric Encryption Symmetric encryption is a way to encrypt (hide the plaintext value) material -where the encrypter and decrypter both use the same key. Note that symmetric +where the sender and receiver both use the same key. Note that symmetric encryption is **not** sufficient for most applications, because it only provides secrecy (an attacker can't see the message) but not authenticity (an attacker can create bogus messages and force the application to decrypt them). |