Skip to content

Releases: roysmanfo/PassLock

v1.1

31 Aug 01:27

Choose a tag to compare

Passlock v1.1

Bug fixes

  • The app does not close on it's own (in the worst case it might, but it will communicate why) (#7)
  • Fixed path resolution for file encryption for both Linux and Windows (#8)

New features

  • Added the secure storage. A folder where sensitive files will be encrypted and saved (#9)
  • The secure storage can be found in ~/.passlock/secure_storage (in both Windows and Linux)
  • All files in the secure storage get re-encrypted when the master password is changed

Breaking changes

  • Moved the vault from the same directory as the binary, to ~/.passlock/vault.json (in both Windows and Linux)

Security

  • As soon as the key is no longer needed, it gets deleted from memory and made unrecoverable

Dependencies

Other changes in v1.1

  • Added the version command to display the current version of passlock
  • Improved help messages (the ones with -h). They do not cause the app to close anymore

Full Changelog: v1.0.0...v1.1

v1.0.0

08 Aug 21:29

Choose a tag to compare

PassLock v1.0.0

A basic cli based password manager, with commands to store encrypted credentials and encrypt files.
everything is stored locally on your machine.

Windows release files

  • passlock-1.0.0.zip

Linux release files

  • passlock-1.0.0.tar.gz
  • passlock-1.0.0.tar.xz

What's Changed

New Contributors

Full Changelog: https://github.com/roysmanfo/PassLock/commits/v1.0.0