Automatic encryption of wiki pages
| emacs;; crypt++ – i use this in conjunction with emacs-wiki
(require 'crypt++)
(setq crypt-encryption-type 'mcrypt
crypt-encryption-file-extension "\\(Secure\\)$\\|\\(\\.enc\\)$")
(setq emacs-wiki-ignored-extensions-regexp "\\.\\(bz2\\|gz\\|[Zz]\\|enc\\)\\'")
You can comment with Disqus or you can e-mail me at sacha@sachachua.com.