mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Add id-manager
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.
This commit is contained in:
parent
89102423e5
commit
c7767903ee
1 changed files with 2 additions and 0 deletions
2
recipes/id-manager
Normal file
2
recipes/id-manager
Normal file
|
@ -0,0 +1,2 @@
|
|||
(id-manager :fetcher github
|
||||
:repo "kiwanami/emacs-id-manager")
|
Loading…
Reference in a new issue