From ec8f1231438bad55fa78ad838b6969f16e877e7f Mon Sep 17 00:00:00 2001 From: Achraf Almouloudi Date: Mon, 13 Aug 2018 02:45:32 +0100 Subject: Update encryption.rst --- user_guide_src/source/libraries/encryption.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide_src') 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 -- cgit v1.2.3-24-g4f1b