m_security 0.3.0 copy "m_security: ^0.3.0" to clipboard
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_security

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  m_security: ^0.3.0

Alternatively, 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';
0
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

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 derivation (HKDF), streaming encryption with compression (Zstd, Brotli), and an encrypted virtual file system (EVFS).

Repository (GitHub)
View/report issues
Contributing

Topics

#cryptography #encryption #security #rust #ffi

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on m_security

Packages that implement m_security