in reply to How can I encode a string using only lower case letters and numbers?

Simple (and it's core)

unpack 'H*', $string

hehehe...

  • Comment on Re: How can I encode a string using only lower case letters and numbers?
  • Download Code