AppVersion -> 594e5230483053334d
You owe me a beer!
I'm not convinced that I'm anywhere near the shortest way of decoding that. I can only get it down to 35, using something of the form:
perl -le 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' 594e5230483053334d
Re:How to decode...
Beatnik on 2003-12-02T21:17:04
Try
perl -le 'print scalar(reverse(pack("H*","594e5230483053334d")))'