Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 1 KB

CHANGELOG.md

File metadata and controls

32 lines (14 loc) · 1 KB

[0.0.5] - 1/5/2021

  • adding library and class documentations.

[0.0.4] - 1/5/2021

  • update the package with proper examples set

[0.0.3] - 1/5/2021

  • 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

[0.0.2] - 1/4/2021

  • change repo url
  • add documentations for importing ipin in flutter code

[0.0.1] - 1/4/2021

  • 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!)