On Sat, 2003-12-13 at 12:30, Evan McNabb wrote: > I would like to have an encrypted file in my home directory that I can edit > often without having it ever save any cleartext to disk.
You might want to give CFS a try. I couldn't find a ton of info on the web except this linux journal article <http://www.linuxjournal.com/article.php?sid=6381> but it looks pretty easy to use. CFS has an NFS interface and is layered on top of your current filesystem so that there's no partitioning to do. Really you just create an encrypted directory and sorta mount it somewhere so you can use it. Be careful about what might end up in /tmp though. ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
