SBT encryt
More...
Encrypt with argon2 + chacha20.
final encprypted = await encrypt('test', 'password') final decrypted = await decrypt(encrypted, 'password')
unverified uploader
Repository (GitHub)View/report issues
API reference
MIT (license)
argon2, bs58, cryptography, encrypt
Packages that depend on sbt_encrypt
Back