Skip to content

stonega/sbt_encrypt

Repository files navigation

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')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages