Releases: roysmanfo/PassLock
Releases · roysmanfo/PassLock
v1.1
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
- Bump pycparser from 2.21 to 2.22 by @dependabot in #10
- Bump cffi from 1.15.1 to 1.17.0 by @dependabot in #11
- Bump cryptography from 42.0.4 to 43.0.0 by @dependabot in #12
Other changes in v1.1
- Added the
versioncommand 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
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
- Bump cryptography from 41.0.0 to 41.0.3 by @dependabot in #2
- Bump cryptography from 41.0.3 to 41.0.6 by @dependabot in #3
- Bump cryptography from 41.0.6 to 42.0.2 by @dependabot in #4
- Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in #5
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/roysmanfo/PassLock/commits/v1.0.0