Skip to content

WIP: major changes to cryptstorage ,and all storage now support callbacks function for better maneuverability

amrani requested to merge amrani263/jio:crypto-amrani into master
  • added callbacks utils to all used storages we can now pass a callback to retrieve some data from user for exemple
  • cryptstorage use now the callback function to retrieve password and direve it to a cryptokey , added most of error case senarios to cryptstorage
  • tests runs correctly on both QUNIT and TEST SUITE

Merge request reports