-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Nimrodx,
In case you haven't found a solution yet, I developed a program to
encode/decode stuff similar to this.
You may want to take a look at it at
http://home.townisp.com/~arobert/python/file_encoder.py
nimrodx wrote:
> Hi Alan,
>
> I fou
Hi Alan,
I found a pretty complicated way to do it (Alan's way is way more elegant).
In case someone is searching the archive, maybe they will find something
in it that is useful.
It uses the regular experessions module.
import re
def dehexlify_websites(fle):
# get binary data
inpt = open