cryptly
TypeScript icon, indicating that this package has built-in type declarations

4.0.4 • Public • Published

Cryptly

Cryptly is a library for encryption functionality that works both in browsers as well as in Node.JS. When using Node.JS a binary dependency based on OpenSSL is required.

API

Algorithm

Algorithm implements different encryption and decryption algorithms. Currently the following are supported:

  • AES CBC-mode 256 bit key

Base64

Support both encoding and decoding of Uint8Arrays to and from base64 encoded strings. Both standardencoding as well as url encoding is supported.

TextEncoder & TextDecoder

TextEncoder and TextDecoder perform encoding and decoding of UTF-8 encoded Uint8Array data into strings.

Readme

Keywords

none

Package Sidebar

Install

npm i cryptly

Weekly Downloads

1,651

Version

4.0.4

License

MIT

Unpacked Size

276 kB

Total Files

254

Last publish

Collaborators

  • smika
  • fredrikbryntesson