Skip to content

Releases: codimoc/secret-wallet

SQLite local storage

01 Jun 08:06
Compare
Choose a tag to compare

Adding local storage capabilities, beyond or in parallel to AWS/remote storage

Fixing compatibility Python 3.6

15 Apr 12:00
Compare
Choose a tag to compare

Fixes to v0.6.1 with compatibility issues with old Python 3.6

Decoupling storage

15 Apr 08:43
Compare
Choose a tag to compare
  • Refactored the storage access to make it extensible to different storage solutions. Currently it is tied in to AWS DynamoDB, but with these changes, more storage solutions (cloud based or local can be added)
  • improved the load and save commands to make them in encrypted mode by default. Decrypted mode can be forced with the -d option