aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-15 16:45:52 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-15 16:45:52 -0800
commitb317c7a0dd197140b7ef1fd3446941f5b568e645 (patch)
treece8ab62edf72423825bbb2c32d7341171860ef7d
parent54e04003c2bc136e27c379441e2407191cd9377b (diff)
downloadcryptography-b317c7a0dd197140b7ef1fd3446941f5b568e645.tar.gz
cryptography-b317c7a0dd197140b7ef1fd3446941f5b568e645.tar.bz2
cryptography-b317c7a0dd197140b7ef1fd3446941f5b568e645.zip
Another two
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst2
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).