capacitor-crypto-aes-gcm
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

capacitor-crypto-aes-gcm

Encrypt & Decrypt using AES-GCM 256 on iOS using CryptoKit

Install

npm install capacitor-crypto-aes-gcm
npx cap sync

API

encrypt(...)

encrypt(options: { text: string; base64Encoded: string; }) => any
Param Type
options { text: string; base64Encoded: string; }

Returns: any


decrypt(...)

decrypt(options: { text: string; base64Encoded: string; }) => any
Param Type
options { text: string; base64Encoded: string; }

Returns: any


generateSymmetricKey()

generateSymmetricKey() => any

Returns: any


Readme

Keywords

Package Sidebar

Install

npm i capacitor-crypto-aes-gcm

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

22.1 kB

Total Files

28

Last publish

Collaborators

  • cynx