Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 211 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 211 Bytes

browser-cryptography

Encrypt and decrypt text using native browser APIs.

APIs

  • isSupported
  • getMessageEncoding
  • encryptMessage
  • decryptMessage
  • base64ToArrayBuffer
  • arrayBufferOrUint8ArrayToBase64