Project

General

Profile

Actions

pwmgr

Password Manager (aka pwmgr) is a simple GUI front end to my password management scheme. pwmgr is written in Python using PyGtk3.

Changelog

v0.5.0

  • Added change detection (using a SHA-256 hash) so textview buffer contents will only be stored if they are changed; on close save warning dialog is only display if contents have been modified

v0.4.0

  • Added save warning before quit dialog; currently displayed always
  • Added improved state tracking; clicking buttons out of context will no longer cause issues
  • Added progress pop on close to give user feedback while ramdisk cleanup is happening

v0.3.0

  • Improved security of encryption/decryption operations (use file to pass password to openssl invocation)
  • Bound <ENTER> to dialog OK buttons to improve ease of use
  • Implemented key bindings for common operations (CTRL-O -- open, CTRL-S -- save, CTRL-F -- find, CTRL-Q -- quit)

TODO

  • Case insensitive searching
  • Sign/verify encrypted password store using public key

Resources

Updated by over 4 years ago · 1 revisions