2012-11-30 35 views
7

什么是一些用于JavaScript的安全/可靠的加密库?对于那些使用过它的人,你对他们有何看法?谢谢。JavaScript加密库?

回答

6

谷歌关闭

使用谷歌的封库相当成功了一会儿

https://developers.google.com/closure/library/

具体crypt文档这里

http://closure-library.googlecode.com/svn/docs/namespace_goog_crypt.html

phpjs.org

偶尔简单的任务我也用自包含的功能,如md5sha1phpjs.org

加密JS

虽然从来没有亲自使用,听说很不错关于这个库的东西

http://code.google.com/p/crypto-js/

+0

你可以看到一个列表o f crypto库在这个要点:https://gist.github.com/jo/8619441/ – elcid9

+0

在这里你可以找到一个更好的列表:https://github.com/gabrielizalo/JavaScript-Crypto-Libraries/blob/master/ js-crypto-libraries.md – Gabrielizalo