Warning: This is not a replacement for a real password manager. Emacs already provides an implementation of the Secret Service API (Gnome Keyring client): secrets.el
But there may be situation when you have to deal with passwords in plain text files. You can further increase security by using GPG: http://blog.bogosity.se/2011/01/12/managing-passwords-using-gnupg-git-and-emacs/ Example Usage: (require 'password-mode) (add-hook 'text-mode-hook 'password-mode) Source Repository: https://github.com/juergenhoetzel/password-mode Jürgen
password-mode.el
Description: Binary data
_______________________________________________ gnu-emacs-sources mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
