ThinkPHP\Extend\Library\ORG\Crypt\Des.class.php
V3.1.2
有个项目中使用的了 Des.class.php 类,
原来项目运行在 php5.4 环境中,
现在项目转移了服务器, 运行在 php5.5.1 上,
现在使用 Des->encrypt 加密的结果和 php5.4 环境中的不一样
是系统问题呢还是 Des.class.php 的问题?
原来的 123456 加密 ba
se64 = 9JG2RMMCBbo=
现在的 123456 加密 base64 = oDpabvO+XXc=