sbt_encrypt

SBT encryt


License
MIT

Documentation

SBT Encrypt

style: very good analysis License: MIT

Encrypt with argon2 + chacha20.

Usage

final encprypted = await encrypt('test', 'password')
final decrypted = await decrypt(encrypted, 'password')