- adding library and class documentations.
- update the package with proper examples set
-
we removed dependancy on simple_rsa and we are using crypton instead. Crypton is testable and doesn't rely on external OS-specific code to run. This is really important for us to ensure the reliability of our systems.
-
we also removed the uuid dependancy, it is up to the library user to supply their UUID v4
- change repo url
- add documentations for importing
ipin
in flutter code
- Adding support for ipin encryption
A little history here, the code was ported from Ahmed's code (https://github.com/adonese/crypto/tree/master/ipin.dart), which is loosely based off of Fakhri's ipin encryption, written in angular (https://github.com/adonese/crypto/tree/master/ipin.js) (which was also a port of go / wasm code written by yours truly that was ported off of a java code!)