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

0.4.1 • Public • Published

SBT Encrypt

Use algon2 + chacha20.

Usage

import { decrypt, encrypt } from 'sbt-encrpyt'

const encrypted = await encrypt('data', 'password')
const decrypted = await decrypt(encrypted, 'password')

Readme

Keywords

none

Package Sidebar

Install

npm i sbt-encrypt

Weekly Downloads

1

Version

0.4.1

License

none

Unpacked Size

6.68 kB

Total Files

6

Last publish

Collaborators

  • stone_edward