We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba75eed commit 246a7afCopy full SHA for 246a7af
1 file changed
user_guide_src/source/libraries/encryption/010.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-$encrypter = $encryption->initialize(['cipher' => '3des']);
+$encrypter = $encryption->initialize(['cipher' => 'AES-256-CTR']);
0 commit comments