Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!caen!uwm.edu!bionet!ames!rex!uflorida!gatech!udel!cis.udel.edu From: pezely@cis.udel.edu (Cowboy Dan) Newsgroups: comp.emacs Subject: Re: find,save-file w/ encryption Message-ID: <44233@nigel.ee.udel.edu> Date: 10 Feb 91 02:25:17 GMT Sender: usenet@ee.udel.edu Followup-To: comp.emacs Organization: HITL, R+D Cowboys (EntityOS Group at U of Delaware) Lines: 21 Nntp-Posting-Host: braindamaged.cis.udel.edu >Is there an encryption version of find-file and save-file such that you can >associate a key with a buffer so that the disk version of the file is >encrypted but the buffer version is plain-text? A quick response from David C Lawrence : ftp tut.cis.ohio-state.edu and look for crypt.el in pub/gnu/emacs/elisp-archives/misc/. It works, but by doing only what's in the directions in the file, only the saved files are encrypted via crypt: the auto-save files are not encrypted. I haven't had time to look into it yet, so maybe it does take care of that also. Since this uses Unix crypt(1), and some sites don't have that some people may have problems. Assuming you do have it, you can read previously encrypted files (ie, the lisp stuff doesn't do anything wacky). Thanks, -Dan --