sbt_encrypt 0.2.0 copy "sbt_encrypt: ^0.2.0" to clipboard
sbt_encrypt: ^0.2.0 copied to clipboard

SBT encryt

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')
1
likes
140
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

SBT encryt

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

argon2, bs58, cryptography, encrypt

More

Packages that depend on sbt_encrypt