mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
c7767903ee
This is a password manager that serves as an alternative to 1Password/Keepass/Lastpass. It hooks into helm for quick password lookup and copies that password to the clipboard. A few seconds later it copies the empty string, to clear the password. It also has the ability to generate random new passwords and quickly add new records. The passwords are stored in an implicitly encrypted tab separated file, so the passwords are safe and not dependent on any other program. The package can be found here: https://github.com/kiwanami/emacs-id-manager I've been using this package for a long time and contributed a small patch.
2 lines
68 B
Text
2 lines
68 B
Text
(id-manager :fetcher github
|
|
:repo "kiwanami/emacs-id-manager")
|