From: utzoo!decvax!ucbvax!C70:info-cpm Newsgroups: fa.info-cpm Title: file encryption program for cp/m Article-I.D.: ucb.1435 Posted: Mon Jun 28 03:35:15 1982 Received: Tue Jun 29 07:54:09 1982 >From BANDY@Mit-Ai Mon Jun 28 03:34:53 1982 BANDY@MIT-AI 06/27/82 10:56:13 Re: file encryption program for cp/m To: INFO-CPM at MIT-AI CC: ARPEE at MIT-AI Just uploaded mcar35:cpm;crypt c . It is a file encryption ala unix's ``crypt'' utility, designed to allow people to keep secrets from anyone and everyone, unless, of course, someone guesses the key that the file was encrypted with. One slight problem though, if you give a key on the command line, it will be converted to UPPER case, and if the file was encrypted with a key containing any lower case characters, the file will be improperly decrypted. Enjoy! - Andy