[fa.info-cpm] file encryption program for cp/m

C70:info-cpm (06/28/82)

>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