Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: convert hexadecimal value to encrypted string

by Prior Nacre V (Hermit)
on Dec 11, 2004 at 02:44 UTC ( [id://414053]=note: print w/replies, xml ) Need Help??


in reply to convert hexadecimal value to encrypted string

Your problem may be just nybble order. Try:

pack 'h*', $str;

Regards,

PN5

Replies are listed 'Best First'.
Re^2: convert hexadecimal value to encrypted string
by linuxfan (Beadle) on Dec 11, 2004 at 03:02 UTC
    Thanks for your reply. I tried this but it doesn't work for me :(

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://414053]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-03-19 07:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found