NODE d1dc4336Re: When did Mondex ever claim to be anonymous?
Rich Graves <rcgraves@ix.netcom.com>Tue, 29 Oct 1996 18:48:19 -0800 (PST)
-----BEGIN PGP SIGNED MESSAGE-----
Asgaard wrote:
>
> If you doubt that disinformation, including rumour campaigns, can be
> effective, read the book on CIA by the renegade Phillip Agee.
Yes, it's an excellent example.
Or did you mean something else?
- -rich
- ---
[This message has been signed by an auto-signing service. A valid signature
means only that it has been received at the address corresponding to the
signature and forwarded.]
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Gratis auto-signing service
iQBFAwUBMnbBbyoZzwIn1bdtAQH8tgGAkveB3XGlT+E6//V6pRIKzSz6cJ8ZWW+E
ZjYtrPNIB/msT7f1tfdEXSgZ2EmB9Yac
=Eswk
-----END PGP SIGNATURE-----
NODE 7dbc898b[CRYPTO] Cryptography Of A Sort (COAS) update
Dale Thorn <dthorn@gte.net>Tue, 29 Oct 1996 23:01:01 -0800 (PST)
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.