Google
 

Trailing-Edge - PDP-10 Archives - decuslib10-13 - crypt.rnd
There is 1 other file named crypt.rnd in the archive. Click here to see a list.
.ps80,72.npr.lm0.rm72
.c;Installation Guide for CRYPT
.c;22-Jan-82
.sk;CRYPT is an encryption program
which will encrypt and decrypt arbitrary files.
Use of the program is described fully in the CRYPT help file.
.sk;Neither the author nor the University of Toronto
accepts any responsibility
for the use to which this program
may be put by any user
nor for any consequences which may result.
By their very nature encryption programs are dangerous to use.
The warnings given in the help file should be carefully heeded.
.sk;CRYPT is written in MACRO-10.
It has been tested on a KL-1090 running TOPS-10 version 7.01.
Compiling and loading CRYPT requires
that the following files be in place:
.lm8
.sk;(1) UNV:UUOSYM.UNV
.br;(2) UNV:SCNMAC.UNV
.br;(3) REL:SCAN.REL
.br;(4) REL:HELPER.REL
.br;(5) REL:ENDECR.REL
.lm0
.sk;Neither these files nor their sources
are included with this software package
because they are proprietary
and are available only from Digital.
The latest CUSP tape should contain suitable versions of all of these modules.
The ENDECR module is the encryption/decryption module
supplied as part of the BACKUP program.
.sk;The core image file CRYPT.EXE
may be created using the following sequences of monitor commands:
.lm8
.sk;_.COMPIL CRYPT
.br;_.LOAD CRYPT
.br;_.SSAVE
.lm0
.sk;Several debugging and testing procedures are included in this package.
The file DB.MIC produces DB.REL and DB.EXE
which is a debugging version of CRYPT.
TEST1.MIC and TEST2.MIC are verification procedures
for the program.
.sk;Anyone wishing to report bugs,
make suggestions or
otherwise discuss the CRYPT program
should contact:
.sk;Dr. Edmund West
.br;University of Toronto Computing Services
.br;255 Huron St.
.br;Toronto, Ontario
.br;(telephone: 416-978-4085)