是否有使用 Zend\Crypt 加密工具的具体示例?例子是在模块中使用 Zend\Crypt 吗?官方网站上只说了这些属性的基本用途。例如,当我想记录和加密数据(不是密码)到数据库时。我还没有找到任何教程。有人能帮我吗?
问问题
579 次
1 回答
3
您可能会在以下来源中找到一些示例。
http://framework.zend.com/manual/2.0/en/modules/zend.crypt.public-key.html http://static.zend.com/topics/Cryptography-made-easy-with-ZF2.pdf http://framework.zend.com/manual/2.0/en/modules/zend.crypt.block-cipher.html http://framework.zend.com/manual/2.0/en/modules/zend.crypt.password .html
于 2013-07-22T09:03:13.227 回答