![]() |
|
P is for Practical | |
PerlMonks |
Re: convert hexadecimal value to encrypted stringby melora (Scribe) |
on Dec 11, 2004 at 21:56 UTC ( #414157=note: print w/replies, xml ) | Need Help?? |
Here's a hex-to-ASCII thing that I use
That would give you the original encrypted string in ASCII form from the encrypted string in hex form. I'm assuming that each ASCII char is stored as two (ASCII) characters of hex. I don't know if that does what you need... I hope it helps.
In Section
Seekers of Perl Wisdom
|
|