Files
build-web-application-with-…/9.6.md
2012-10-18 23:56:23 +08:00

16 lines
561 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
##9.6 加密和解密数据
前面小节我们介绍了如何存储密码但是我们开发Web应用过程中遇到过这样的情况我们想把一些敏感数据进行存储那存储的时候希望能够是加密方式存储的但是这些加密的数据我们需要最后解密出来那么就需要采用一种特定的算法来进行加解密数据。
##加密数据
##解密数据
##总结
## links
* [目录](<preface.md>)
* 上一节: [存储密码](<9.5.md>)
* 下一节: [小结](<9.7.md>)
## LastModified
* $Id$