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:
Danie Roux 2015-02-22 22:06:58 +02:00
parent 89102423e5
commit c7767903ee

2
recipes/id-manager Normal file
View file

@ -0,0 +1,2 @@
(id-manager :fetcher github
:repo "kiwanami/emacs-id-manager")