UNPKG

jwk-encrypt

Version:

Encrypt and decrypt your data using JSON Web Key (JWK). Implemented using [Web Crypto Api](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API), [RSA-OAEP](https://datatracker.ietf.org/doc/html/rfc3447), [AES-CTR](https://csrc.nist.gov/publica

3 lines 135 B
export { encrypt, encryptText } from './encrypt'; export { decrypt, decryptText } from './decrypt'; //# sourceMappingURL=index.d.ts.map