没有合适的资源?快使用搜索试试~ 我知道了~
首页CryptoJS-postman内置加密函数用法
资源详情
资源评论
资源推荐

crypto-js
JavaScript implementations of standard and secure cryptographic algorithms
CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in
JavaScript using best practices and patterns. They are fast, and they have a consistent and simple
interface.
If you have a problem with CryptoJS, if you want to discuss new features, or if you want to contribute to
the project, you can visit the CryptoJS discussion group.
http://groups.google.com/group/crypto-js/topics
Inactivity
CryptoJS is a project that I enjoy and work on in my spare time, but unfortunately my 9-to-5 hasn't left me
with as much free time as it used to. I'd still like to continue improving it in the future, but I can't say when
that will be. If you find that CryptoJS doesn't meet your needs, then I'd recommend you try Forge.
CryptoJS 3.1
• SHA-3!
• RIPEMD-160
• Typed arrays
See the full ChangeLog.
Quick-start Guide
Hashers
The Hasher Algorithms
MD5
MD5 is a widely used hash function. It's been used in a variety of security applications and is also
commonly used to check the integrity of files. Though, MD5 is not collision resistant, and it isn't suitable
for applications like SSL certificates or digital signatures that rely on this property.
```
var hash = CryptoJS.MD5("Message");
```
SHA-1




















每天努力一点点
- 粉丝: 3
- 资源: 11
上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助

会员权益专享
安全验证
文档复制为VIP权益,开通VIP直接复制

评论0