Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
国密SM3密码杂凑算法的JavaScript实现。目前只能在服务器端环境Node.js使用。
直接下载源代码将sm3.js拷贝到你的项目中,或者使用npm安装:
npm install sm3
const sm3 = require('sm3');
const hash = sm3('值');
没有依赖,但Node.js版本需>=6.0.0,或使用sm3-babel.js文件(Node.js版本>=1.0.0), 也可自行使用Babel对sm3.js文件进行转化
babel sm3.js --out-file sm3-babel.js
const hash = sm3('值');
FAQs
国密SM3密码杂凑算法的JavaScript实现
The npm package sm3 receives a total of 6,802 weekly downloads. As such, sm3 popularity was classified as popular.
We found that sm3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.