encryptify 0.0.4 copy "encryptify: ^0.0.4" to clipboard
encryptify: ^0.0.4 copied to clipboard

A Flutter package for end-to-end encryption using hybrid RSA/AES cryptography

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add encryptify

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

dependencies:
  encryptify: ^0.0.4

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:encryptify/encryptify.dart';
1
likes
150
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for end-to-end encryption using hybrid RSA/AES cryptography

Repository (GitHub)
View/report issues

Topics

#encryption #security #end-to-end-encryption #data-protection #data-privacy

Documentation

API reference

License

MIT (license)

Dependencies

crypto, encrypt, flutter, flutter_secure_storage, pointycastle, rsa_encrypt

More

Packages that depend on encryptify