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

outdated

Ipin encryption for EBS / noebs

ipin #

Library for IPIN encryption (for EBS and noebs).

How to use it #

$ # update pubspec.yaml with the library

final key =
    "MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANx4gKYSMv3CrWWsxdPfxDxFvl+Is/0kc1dvMI1yNWDXI3AgdI4127KMUOv7gmwZ6SnRsHX/KAM0IPRe0+Sa0vMCAwEAAQ==";
// final id = Uuid().v4();
final id = Uuid().v4();
final ipin = await Ipin(clearIpin: "0000", uuid: id, pubKey: key).encrypt();

Visit [https://docs.noebs.dev](for more information).