m_security 0.1.0 copy "m_security: ^0.1.0" to clipboard
m_security: ^0.1.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), and key d [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add m_security

With Flutter:

 $ flutter pub add m_security

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

dependencies:
  m_security: ^0.1.0

Alternatively, your editor might support dart pub get or 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';
1
likes
0
points
37
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), and key derivation (HKDF-SHA256) with secure memory management.

Repository (GitHub)
View/report issues

Topics

#cryptography #encryption #security #rust #ffi

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on m_security

Packages that implement m_security