Skip to content

Commit 92c5555

Browse files
Documentation - Fix Encription Library - Duplicated Message Length
Signed-off-by: Najdanovic Ivan <najdanovicivan@gmail.com>
1 parent 449a4ed commit 92c5555

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

user_guide_src/source/libraries/encryption.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -138,19 +138,6 @@ of encryption::
138138
// Encrypt some text & make the results text
139139
$encoded = base64_encode($encrypter->encrypt($plaintext));
140140

141-
Message Length
142-
--------------
143-
144-
An encrypted string is usually
145-
longer than the original plain-text string.
146-
147-
This is influenced by the cipher algorithm itself, the initialization vector (IV)
148-
prepended to the
149-
cipher-text and the HMAC authentication message that is also prepended.
150-
151-
Keep this information in mind when selecting your data storage mechanism.
152-
Cookies, for example, can only hold 4K of information.
153-
154141
Encryption Handler Notes
155142
========================
156143

0 commit comments

Comments
 (0)