diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-05-09 11:12:43 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-05-09 11:12:43 -0500 |
commit | 006670cf9ad880ee46cdd41b4e65c2acf689f29a (patch) | |
tree | 7235dae8bddb2b8ee2c27e3a9841f5b31ad21062 /docs | |
parent | 07287ff1eac2ab5acf6a5f5144704b48da2c820b (diff) | |
download | cryptography-006670cf9ad880ee46cdd41b4e65c2acf689f29a.tar.gz cryptography-006670cf9ad880ee46cdd41b4e65c2acf689f29a.tar.bz2 cryptography-006670cf9ad880ee46cdd41b4e65c2acf689f29a.zip |
Use bold instead of italics
Diffstat (limited to 'docs')
-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`_. |