[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
password.el: A minor mode to hide sensitive information (passwords) usin
From: |
Jürgen Hötzel |
Subject: |
password.el: A minor mode to hide sensitive information (passwords) using overlays. |
Date: |
Tue, 13 Nov 2012 13:59:29 +0100 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- password.el: A minor mode to hide sensitive information (passwords) using overlays.,
Jürgen Hötzel <=