
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
mima-lib 是一个使用 TypeScript 实现的密码学套件。
mima-lib is a cryptography suite implemented in TypeScript.
RFC 1321
FIPS 180-4 RFC 3174
FIPS 180-4 RFC 4634
FIPS 202 RFC 6234
GB/T 32905-2016
RFC 2104
FIPS 197
FIPS 46-3
GB/T 32907-2016
GB/T 33133
FIPS 186-5 RFC 8017
FIPS 186-5 RFC 6090
GB/T 32918-2016
GM/T 0044-2016
示例 - Example
import mima from 'mima-lib'
const md = new mima.md.md5()
md.update('Hello, world!')
console.log(md.getHash())
// 6cd3556deb0da54bca060b4c39479839
示例 - Example
import mima from 'mima-lib'
const sha1 = new mima.md.sha1()
sha1.update('Hello, world!')
console.log(sha1.getHash())
// 2ef7bde608ce5404e97d5f042f95f89f1c232871
FAQs
We found that mima-lib 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
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.