rncryptor_v2 0.0.3-v2 copy "rncryptor_v2: ^0.0.3-v2" to clipboard
rncryptor_v2: ^0.0.3-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 Flutter:

 $ flutter pub add rncryptor_v2

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

dependencies:
  rncryptor_v2: ^0.0.3-v2

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

Documentation

API reference

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

License

MIT (license)

Dependencies

collection, flutter, pointycastle

More

Packages that depend on rncryptor_v2