1994-07-29 - Re: XSplit & N/M alternatives

Header Data

From: rarachel@prism.poly.edu (Arsen Ray Arachelian)
To: adwestro@ouray.Denver.Colorado.EDU (Alan Westrope)
Message Hash: 1df1c258e36f2fc8206362156fbe037ff6348759e8f395142d81e3664c2d0ad8
Message ID: <9407290539.AA02407@prism.poly.edu>
Reply To: <RHdDkaa0iMHR069yn@ouray.denver.colorado.edu>
UTC Datetime: 1994-07-29 05:53:32 UTC
Raw Date: Thu, 28 Jul 94 22:53:32 PDT

Raw message

From: rarachel@prism.poly.edu (Arsen Ray Arachelian)
Date: Thu, 28 Jul 94 22:53:32 PDT
To: adwestro@ouray.Denver.Colorado.EDU (Alan Westrope)
Subject: Re: XSplit & N/M alternatives
In-Reply-To: <RHdDkaa0iMHR069yn@ouray.denver.colorado.edu>
Message-ID: <9407290539.AA02407@prism.poly.edu>
MIME-Version: 1.0
Content-Type: text


Re: forcing text only...

Welp, you can simply modify the sources for it yourself to do this.

First, check to see if the character you've read is a control.  If it is
leave it alone and don't encrypt it.  Then if it's an alphanumeric character,
take the random number you've just read and do a binary AND operation on it
with a number less than 31.  Say 31 should suffice.

This should do the trick for what you want... But you should know that it will
kill the fuck out any security you might have ever had.

The best solution is to first ZIP up the file you want to XSPLIT, then use
XSPLIT on it, and feed the outputs of XSPLIT to something like UUENCODE...





Thread