Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!samsung!emory!Dixie.Com!eeh From: eeh@Dixie.Com (Ed Howland) Newsgroups: comp.sources.wanted Subject: Re: Encryption source? Keywords: crypt security encryption mail Message-ID: <20168@rsiatl.Dixie.Com> Date: 30 May 91 03:41:24 GMT References: <4217@polari.UUCP> Organization: Dixie Communications, The South's First Commercial Public Access Unix Lines: 19 gcs@polari.UUCP (Greg Sheppard) writes: >Looking for sources for unix programs to encrypt text files (something >which would require a key to decrypt). What I'd like to do is >decrypt my mailbox before reading and then re-encrypt it when finished. >Doesn't have to be insanely secure...but the more difficult to break the >better. Why not just use the crypt(1) filter program? Assuming you are using unix. My system also provides the library function run_encrypt(3X) which handles the neccesary popen() calls to crypt(1) from inside your program. This is (BTW) how vi can encrypt/decrypt your files while letting you work in plaintext. If you want the sources to a public domain DES c version, they are even on the net or avaliable via anon ftp. Reply to this post and I'll direct you further. Ed Howland. eeh@dixie.com ..[emory,uunet]!rsiatl!eeh