diff options
author | Achraf Almouloudi <achraf52@outlook.com> | 2018-08-13 03:45:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 03:45:32 +0200 |
commit | ec8f1231438bad55fa78ad838b6969f16e877e7f (patch) | |
tree | 5a0faa61829b4f554473141d2eb7b76bc5397e0f /user_guide_src | |
parent | 20f21fdd01032f94023243db4639f0dd1c1dd85d (diff) |
Update encryption.rst
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/encryption.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/encryption.rst b/user_guide_src/source/libraries/encryption.rst index 8b4fd7121..833a56c09 100644 --- a/user_guide_src/source/libraries/encryption.rst +++ b/user_guide_src/source/libraries/encryption.rst @@ -90,7 +90,7 @@ key security so you may want to think carefully before using it for anything that requires high security, like storing credit card numbers. Your encryption key **must** be as long as the encyption algorithm in use -allows. For AES-128, that's 128 bits or 16 bytes (charcters) long. +allows. For AES-128, that's 128 bits or 16 bytes (characters) long. You will find a table below that shows the supported key lengths of different ciphers. @@ -582,4 +582,4 @@ Class Reference 'authentication' ); - // $hmac_key is a pseudo-random key with a length of 64 bytes
\ No newline at end of file + // $hmac_key is a pseudo-random key with a length of 64 bytes |