Which is safer/faster |
See https://codeigniter.com/user_guide/libra...ption.html
CI4 Encryption Library uses PHP extension OpenSSL or Sodium. And CodeIgniter’s OpenSSL handler uses the AES-256-CTR cipher. About AES_ENCRYPT() See https://dev.mysql.com/doc/refman/8.0/en/...es-encrypt By default these functions implement AES with a 128-bit key length. |
Messages In This Thread |
Which is safer/faster - by rodrigo286 - 02-08-2023, 12:37 AM
RE: Which is safer/faster - by kenjis - 02-11-2023, 07:43 PM
|