Re: [vhdl-200x-ft] Re: [vhdl-200x] IP Protection and Encryption Donation

From: Evan Lavelle <anti.spam1@dsl.pipex.com>
Date: Thu May 20 2004 - 07:46:02 PDT

Michael McNamara wrote:
>
> The encrypted text produced by encryption when translated to sixal is
> usually included text as a set of precisely 60 character "words" each
> on their own line, with no internal spaces, or the use of the
> character "_"; so you are quite safe.

Michael McNamara wrote:
>
> The encrypted text produced by encryption when translated to sixal is
> usually included text as a set of precisely 60 character "words" each
> on their own line, with no internal spaces, or the use of the
> character "_"; so you are quite safe.

I think this is uuencode, rather than sixel. 'A0?' encodes to '03 _'
using the scheme at
<http://www.geocities.com/herong_yang/data/uuencode.html>, including
both a space and an underscore. However, uuencode actually produces
'03`_', so it presumably replaces SPC with `.

Evan

-------------------------------------------
evan 85 > echo "A0?" > temp
evan 86 > uuencode temp /dev/stdout > temp2
evan 87 > more temp2
begin 664 /dev/stdout
$03`_"@``
`
end
Received on Thu May 20 07:46:07 2004

This archive was generated by hypermail 2.1.8 : Thu May 20 2004 - 07:46:15 PDT