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

A Flutter package for end-to-end encryption using hybrid RSA/AES cryptography.Secure your messages,files,and data with minimal setup. Perfect for chat apps and sensitive data transfer.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add encryptify

With Flutter:

 $ flutter pub add encryptify

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

dependencies:
  encryptify: ^0.0.1

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

Publisher

unverified uploader

Weekly Downloads

A Flutter package for end-to-end encryption using hybrid RSA/AES cryptography.Secure your messages,files,and data with minimal setup. Perfect for chat apps and sensitive data transfer.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, encrypt, flutter, flutter_secure_storage, pointycastle, rsa_encrypt

More

Packages that depend on encryptify