@ctsy/crypto
ISC```typescript import { RSA, MD5 } from './index' import { AES } from '../dist'; //RSA 加密 let data = "a", key = "a"; RSA.publicEncrypt(data, key) RSA.privateEncrypt(data, key); RSA.publicDecrypt(data, key); RSA.privateDecrypt(data, key)
64
Security score
0 known advisories in v1.0.9
OpenSSF Scorecard 1.5/10
Weekly downloads
—
Unpacked size
7.7 kB
Dependencies
1
Last publish
6 years ago
Security advisories
No known vulnerabilities affect v1.0.9.
OpenSSF ScorecardAug 3, 2026
- Code-Review0
- Binary-Artifacts10
- Maintained0
- SAST0
- CII-Best-Practices0
- Security-Policy0
- Fuzzing0
- License0
- Branch-Protection0