cyphermask 0.0.1 copy "cyphermask: ^0.0.1" to clipboard
cyphermask: ^0.0.1 copied to clipboard

End-to-end messaging toolkit for Flutter/Dart with X25519 key exchange, Ed25519 authentication, HKDF, and AEAD (XChaCha20-Poly1305 / AES-GCM), including a simple ratchet for forward secrecy.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cyphermask

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

dependencies:
  cyphermask: ^0.0.1

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:cyphermask/cyphermask.dart';
1
likes
120
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

End-to-end messaging toolkit for Flutter/Dart with X25519 key exchange, Ed25519 authentication, HKDF, and AEAD (XChaCha20-Poly1305 / AES-GCM), including a simple ratchet for forward secrecy.

Repository (GitHub)
View/report issues

Topics

#crypto #e2ee #ratchet #x25519 #ed25519

Documentation

API reference

License

MIT (license)

Dependencies

collection, cryptography, cryptography_flutter, flutter, flutter_secure_storage, json_annotation, meta

More

Packages that depend on cyphermask