Sign in Sign up
npm

@ctsy/crypto

```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)

Latest release
Oct 25, 2019
Releases
6
Known CVEs
0
First release
May 03, 2019
License
ISC
View on Npm
Repository

Source

yancastle/castle-crypto
Stars
Forks
Open issues

Security score

No OpenSSF Scorecard available for this repository.

Packages from this repo

Insights

Activity

Total releases
6
Last 12 months
0
Cadence
~daily
Dependencies
1

Releases per month

last 12 months

Release mix

  • patch 5
6 releases
Releases
Version Released
1.0.9 patch
1.0.8 patch
1.0.7 patch
1.0.6 patch
1.0.5 patch
1.0.4 initial