有没有使用Zend \ Crypt加密工具的具体例子?在模块中使用Zend \ Crypt?在官方网站上只说明了这些属性的基本用途。例如,当我想要将数据(而不是密码)记录并加密到数据库时。我还没有找到任何教程。有人能帮我吗?
发布于 2013-07-22 17:03:13
你可能会在下面的资源中找到一些例子。
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
https://stackoverflow.com/questions/17781200
复制相似问题