Path: utzoo!utgpu!watserv1!watmath!att!att!pacbell.com!ucsd!usc!wuarchive!uunet!chinacat!woody From: woody@chinacat.Unicom.COM (Woody Baker @ Eagle Signal) Newsgroups: comp.lang.postscript Subject: Re: Type1 eexec decryption Summary: yes they do Message-ID: <1658@chinacat.Unicom.COM> Date: 24 Oct 90 02:45:30 GMT References: <10768@goofy.Apple.COM> Followup-To: comp.lang.postscript Organization: a guest of Unicom Systems Development, Austin Lines: 15 In article <10768@goofy.Apple.COM>, kevina@apple.com (This space for rent) writes: > > BUT, eexec decryption *does* work on binary data! None of the public > algorithms which I have seen in this group take that into account. (The I believe that all the routines that I have posted do work on binary data. The call used to get a character returns a binary value, and it is true hex. In particular, my cexec stuff is a pure binary image, and the routines that I use convert it to hexified eexec code. if you were to try to eexec hexified code (2 ascii bytes for each binary number) they would fail. Of course if you use scanf and do a %x you would read in hex data, but then you would have to have a non-hex character between each 2 bytes of data. Cheers Woody