cryptor 0.1.6 copy "cryptor: ^0.1.6" to clipboard
cryptor: ^0.1.6 copied to clipboard

AES-256-GCM symmetric encryption functions that allow to encrypt/decrypt package

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cryptor

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

dependencies:
  cryptor: ^0.1.6

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:cryptor/cryptor.dart';
5
likes
40
pub points
0%
popularity

Publisher

verified publishergetswifty.pro

AES-256-GCM symmetric encryption functions that allow to encrypt/decrypt package

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

crypto, flutter, steel_crypt

More

Packages that depend on cryptor