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')
copied to clipboard
1
likes
140
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.21 - 2025.04.05

SBT encryt

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

argon2, bs58, cryptography, encrypt

More

Packages that depend on sbt_encrypt