Posted by: Anonymous Coward
on May 14, 2005 01:56 AM
If you use emacs/XEmacs already, the easy way is crypt++ and gnupg. In your<nobr> <wbr></nobr>.emacs (load "crypt++") (setq crypt-encryption-type 'gpg) The you can put anything you want in a plain file and it can be read and saved encrypted. I keep my passwords this in a simple tab-separated text file
Unfortunately, this has been <A HREF="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=250314" title="debian.org">broken </a debian.org> in XEmacs since 2.4.15, but it works correctly in GNU Emacs.
Easy
Posted by: Anonymous Coward on May 14, 2005 01:56 AMis crypt++ and gnupg. In your<nobr> <wbr></nobr>.emacs
(load "crypt++")
(setq crypt-encryption-type 'gpg)
The you can put anything you want in a plain file and it can be read and saved encrypted. I keep my passwords this in a simple tab-separated text file
Unfortunately, this has been <A HREF="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=250314" title="debian.org">broken </a debian.org> in XEmacs since 2.4.15, but it works correctly in GNU Emacs.
#