For secure data transmission, CodeIgniter recommends using ________ to encrypt session data.

  • base64_encode
  • encrypt
  • md5
  • ssl_encrypt
CodeIgniter suggests using the encrypt library for secure data transmission, especially when dealing with session data. This library provides a way to encrypt and decrypt sensitive information, adding an extra layer of protection.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *