Skip to content
  • Topics
  • Contact
  • Search
  • Random
  • Footer

Sacha Chua

« ERC+BBDBBooks mirror »

Automatic encryption of wiki pages

Nov 22, 2003| emacs

From EmacsWiki#AutoEncryption

;; 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 e-mail me at sacha@sachachua.com.
More posts about emacs
« ERC+BBDBBooks mirror »
  • Home
  • About
  • Topics
  • Archives
  • Privacy
  • Contact
  • Subscribe
  • RSS feed
  • Blogroll
  • Random
  • Sketches

Email - Mastodon - Github

Copyright © 2001-2024 Sacha Chua (sacha@sachachua.com). Emacs code snippets are generally under GPLv3+; other snippets are dual-licensed under the MIT License or GPLv3+ unless otherwise indicated. Please feel free to reuse or share stuff under a Creative Commons Attribution license unless otherwise noted. Thanks for reading!