diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-09 14:48:37 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-09 14:48:37 -0700 |
commit | 92da8bb65913f366656c104ef95c44c9931eaf32 (patch) | |
tree | a1dd882cc676acb357178eb1c18c7010e616e13f /docs/hazmat/primitives/symmetric-encryption.rst | |
parent | 155856477a250a8bcfec71cb5ae472a1384fcd0a (diff) | |
parent | 006670cf9ad880ee46cdd41b4e65c2acf689f29a (diff) | |
download | cryptography-92da8bb65913f366656c104ef95c44c9931eaf32.tar.gz cryptography-92da8bb65913f366656c104ef95c44c9931eaf32.tar.bz2 cryptography-92da8bb65913f366656c104ef95c44c9931eaf32.zip |
Merge pull request #1032 from reaperhulk/bold-docs
Use bold instead of italics
Diffstat (limited to 'docs/hazmat/primitives/symmetric-encryption.rst')
-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 78bf6637..e5d8c65b 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -20,7 +20,7 @@ provides secrecy but not authenticity. That means an attacker can't see the message but an attacker can create bogus messages and force the application to decrypt them. -For this reason it is *strongly* recommended to combine encryption with a +For this reason it is **strongly** recommended to combine encryption with a message authentication code, such as :doc:`HMAC </hazmat/primitives/mac/hmac>`, in an "encrypt-then-MAC" formulation as `described by Colin Percival`_. |