0
我正在使用自定義My_encrypt.php Lib文件。如何減少codeigniter中輸出加密的長度
$this->encrypt->encode(1);
輸出:
roI2urYfzQClEpLvatI8A8ZTrRkwEduAmMWllVBBLoaucnB0t2UCXcFVCiprA9aMOhP7T4wZb0ZOhKRTvWvslQXX
如何降低該輸出的長度。我知道這是好的,但我需要這個
您可以使用'$ this-> encryption-> initialize'方法嘗試編碼文檔中列出的不同密碼和模式。 (https://www.codeigniter.com/user_guide/libraries/encryption.html#configuring-the-library)[https://www.codeigniter.com/user_guide/libraries/encryption.html#configuring-the-library] – MarioZ
ohk謝謝。我會嘗試。 –