lazysecret 1.0.0 lazysecret: ^1.0.0 copied to clipboard
Lazysecret is a comprehensive Flutter implementation of the libsodium using secret_box library.
lazysecret #
Lazysecret is a comprehensive Flutter implementation of the libsodium using secret_box library.
Usage #
- pubspec.yml
dependencies:
lazysecret: ^1.0.0
- Dart
final lazysecret = LazySecret.instance;
Documentation #
https://libsodium.gitbook.io/doc/secret-key_cryptography/secretbox
Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing, and more.