码迷,mamicode.com
首页 >  
搜索关键字:cryptojs v3.1.2    ( 44个结果
JavaScript DES 加密
最近做网页数据加密工作, 使用CryptoJS v3.1.2 这个JavaScript脚本,网上比较有质量的文章实在太少,经验证加密结果与Asp.net DES加密结果一致参考文章https://gist.github.com/ufologist/5581486CryptoJS v3.1.2下载地址...
分类:编程语言   时间:2015-05-07 12:14:49    阅读次数:476
[AngularJS + cryptoJS + Gravatar] Provider vs factory
Configurable Bits Need a ProviderWe want to be able to configure thecharacterLengthbeforeTweetableruns. Refactor theTweetablefactory into a provider a...
分类:Web程序   时间:2015-03-05 06:48:40    阅读次数:1224
Pycrypto实现AES加解密
JS实现AES过程。function getAesString(str,keyObj) { var lengthKeyObj = keyObj||get_rand_key(0); var key = CryptoJS.enc.Hex.parse(lengthKeyObj.rand_key...
分类:其他好文   时间:2014-12-06 14:04:19    阅读次数:231
CryptoJS v3.1.2实现md5数据加密实例
CryptoJS v3.1.2下载地址: https://code.google.com/p/crypto-js/downloads/list   或  http://www.oschina.net/p/crypto-js/              1、项目结构 2、项目需要导入的jar包 本项目后台用的是struts2,所以需要导入struts2的jar包。把下面的包导入到项目...
分类:Web程序   时间:2014-11-26 14:24:44    阅读次数:506
44条   上一页 1 ... 3 4 5
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!