ipin 0.0.6 copy "ipin: ^0.0.6" to clipboard
ipin: ^0.0.6 copied to clipboard

Ipin encryption for EBS / noebs. ipin uses a very simple interface to calculate encrypted ipin for both EBS / noebs use cases. ipin is battle tested and used in production by different companies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ipin

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

dependencies:
  ipin: ^0.0.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:ipin/ipin.dart';
3
likes
30
pub points
0%
popularity

Publisher

verified publishernoebs.dev

Ipin encryption for EBS / noebs. ipin uses a very simple interface to calculate encrypted ipin for both EBS / noebs use cases. ipin is battle tested and used in production by different companies.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

crypton, flutter

More

Packages that depend on ipin