summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLonnie Ezell <lonnieje@gmail.com>2018-08-13 05:15:03 +0200
committerGitHub <noreply@github.com>2018-08-13 05:15:03 +0200
commit7269d8376151afe58dc23956693bf12ec48bc45d (patch)
tree5a0faa61829b4f554473141d2eb7b76bc5397e0f
parent20f21fdd01032f94023243db4639f0dd1c1dd85d (diff)
parentec8f1231438bad55fa78ad838b6969f16e877e7f (diff)
Merge pull request #5566 from achraf52/patch-1
Fixed typo in Encryption documentation
-rw-r--r--user_guide_src/source/libraries/encryption.rst4
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