We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449a4ed commit 92c5555Copy full SHA for 92c5555
1 file changed
user_guide_src/source/libraries/encryption.rst
@@ -138,19 +138,6 @@ of encryption::
138
// Encrypt some text & make the results text
139
$encoded = base64_encode($encrypter->encrypt($plaintext));
140
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
154
Encryption Handler Notes
155
========================
156
0 commit comments