Skip to content

Version 0.2.0

Latest
Compare
Choose a tag to compare
@idancali idancali released this 15 Feb 06:00
· 36 commits to master since this release

Release Changes

  • extensive documentation
  • well tested (11 tests)
  • perfect (100%) code coverage
  • perfect maintainability (grade A) - 0 code smells

Vault API

  • can create a brand new vault, from a password (stores the password securely in the system keychain)
  • the vault creation generates a vault file on the file system
  • upon vault creation, the api also returns a vault mnemonic to be stored securely outside the system
  • can lock the vault using the password
  • can also unlock the vault using the master password
  • can read and write data from the vault