This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Dustin C. Hatch 1c80f5bd73 dmenu_bw: Type password instead of copying it
Auto-typing the password, instead of copying it to the clipboard, is
more secure, since any process can read the contents of the clipboard.
It is also significantly more convenient, avoiding the paste step, and
works in situations where pasting isn't possible (such as into a VM
console).
2019-08-29 19:47:55 -05:00
src bwpass: Unlock vault if session ID is invalid 2019-04-30 17:44:21 -05:00
.flake8 bwpass: Initial implementation 2019-04-25 10:33:27 -05:00
.gitignore Initial commit 2019-04-25 09:01:51 -05:00
.pylintrc bwpass: Initial implementation 2019-04-25 10:33:27 -05:00
dmenu_bw dmenu_bw: Type password instead of copying it 2019-08-29 19:47:55 -05:00
setup.py bwpass: Initial implementation 2019-04-25 10:33:27 -05:00