Skip to content

Prompts a list of passwords and copies them to the clipboard. Integrates with the patterns propose by [emacs-fu](http://emacs-fu.blogspot.com/2011/02/keeping-your-secrets-secret.html)

License

Notifications You must be signed in to change notification settings

PuercoPop/password-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Overview

A passwords manager for emacs. It builds upon the pattern described in the pattern described by emacs-fu and lets you copy your stored passwords to the clipboard easily.

Installation

You can install password-vault directly from melpa: M-x install-package password-vault. Otherwise you can download password-vault.el place it in your load path and either require it ((require 'password-vault)) or write the autoloads by hand:

(autoload 'password-vault "password-vault" "" t nil)
(autoload 'password-vault-register-secrets-file "password-vault")

Usage

In your init.el

;; Module where you keep your passwords. ie:
(password-vault-register-secrets-file "passwords")
M-x password-vault

Example

password-file

(setq  freenode-nickserv-nick "DrSexyKittah"
       freenode-nickserv-password "CanIHazSecrets"
       ...
       wikipedia-password "Youllnevernowwhy")

Screenshot

Todo

  • Use n/p keys to move across passwords/buttons.
  • Use bottons Widgets, centered.

License

Copying is an act of Love, please copy.

Author

PuercoPop [email protected]

About

Prompts a list of passwords and copies them to the clipboard. Integrates with the patterns propose by [emacs-fu](http://emacs-fu.blogspot.com/2011/02/keeping-your-secrets-secret.html)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •