From: Dale Thorn <dthorn@gte.net>
To: coderpunks@toad.com
Message Hash: 7dbc898b8e2aea2d7b94cb922fa5d797736d712bb0c749c796770bcc034d3bb0
Message ID: <3276FCF1.6134@gte.net>
Reply To: <199610300246.VAA14691@spirit.hks.net>
UTC Datetime: 1996-10-30 07:01:01 UTC
Raw Date: Tue, 29 Oct 1996 23:01:01 -0800 (PST)
From: Dale Thorn <dthorn@gte.net>
Date: Tue, 29 Oct 1996 23:01:01 -0800 (PST)
To: coderpunks@toad.com
Subject: [CRYPTO] Cryptography Of A Sort (COAS) update
In-Reply-To: <199610300246.VAA14691@spirit.hks.net>
Message-ID: <3276FCF1.6134@gte.net>
MIME-Version: 1.0
Content-Type: text/plain
Per suggestions received for this project, I've added code to "pad" 8th bits in a
"7-bit" text file, i.e., to "normalize" the ratio of zero-bits and one-bits somewhat.
Bit-padding prior to encryption does not change the central imperative of the program,
which is to never change any bits in a file, since bit-padding is a separate option.
Attached are: CCRP.H ('C'-language header)
CCRP.C ('C'-language code)
CCRP.DOC (instructions)
CCRP.FAQ (f.a.q.)
Suggested procedure: Start with any file; if "7-bit" ASCII, try bit-padding first.
Next, perform encryption at least half a dozen times, with
different pass-phrases.
To decrypt, perform all steps in reverse, per documentation.
Comments and questions are welcome.
Return to October 1996
Return to “Rich Graves <rcgraves@ix.netcom.com>”