2012-05-07 53 views

回答

0
$this->load->library('encrypt');//load this library. 
$config['encryption_key'] = "YOUR KEY"; // application/config/config.php 
$this->encrypt->encode();//Data encryption and returns it as a string 
$this->encrypt->decode();//Decrypts an encoded string. 
+1

请详细解释如何解决问题 – Adonis