douzhu7507 2014-06-06 04:35
浏览 49

codeigniter加密后的字符串在注销后无法解密

$this->load->library('encrypt');
$encoded_string = $this->encrypt->encode('my_string_to_secure');

$this->load->library('encrypt');
$original_string_after_decode = $this->encrypt->decode('encoded_string ');

this code encodes and than decodes the given string properly

but when i set this encoded_string into cookie and after logout when i try to decrypt this encoded_string i am not able to decrypt this

i am using encryption key set in config file.

  • 写回答

1条回答 默认 最新

  • douren5490 2014-06-06 04:39
    关注

    you need to put your encode string which is store in variable $encoded_string try

    $original_string_after_decode = $this->encrypt->decode($encoded_string);
    

    For more:- http://ellislab.com/codeigniter/user-guide/libraries/encryption.html

    评论

报告相同问题?

悬赏问题

  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号