m_security 0.3.0
m_security: ^0.3.0 copied to clipboard
A high-performance cryptographic SDK for Flutter powered by native Rust via FFI. Provides authenticated encryption (AES-256-GCM, ChaCha20-Poly1305), modern hashing (BLAKE3, SHA-3, Argon2id), key deriv [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add m_securityThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
m_security: ^0.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:m_security/m_security.dart';