rncryptor_v2 0.0.2-v2 copy "rncryptor_v2: ^0.0.2-v2" to clipboard
rncryptor_v2: ^0.0.2-v2 copied to clipboard

A high-level AES encryption/decryption library compatible with Rob Napier's RNCryptor for iOS. this fork is to handle RNCryptor v2

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rncryptor_v2

With Flutter:

 $ flutter pub add rncryptor_v2

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

dependencies:
  rncryptor_v2: ^0.0.2-v2

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:rncryptor_v2/rncryptor.dart';
0
likes
0
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A high-level AES encryption/decryption library compatible with Rob Napier's RNCryptor for iOS. this fork is to handle RNCryptor v2

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, pointycastle

More

Packages that depend on rncryptor_v2