https://github.com/ober/sgpass.git
git clone 'git://github.com/ober/sgpass.git'
Elisp implementation of SuperGenPass
For additional details see:
http://supergenpass.com/
To Use:
(require 'supergenpass) (supergenpass master-secret-password “google.com”) This will produce populate the kill-ring so that the password can be pasted.
For interactive use: M-x spg_prompt_pass
This will prompt for the domain as well as the master password and populate the paste buffer/kill ring.
TODO: Remove from kill-ring after paste. Cleanup this no doubt ugly elisp