in reply to Re^3: convert hexadecimal value to encrypted string
in thread convert hexadecimal value to encrypted string
The problem I am seeing right now is that the data I have extracted from the database is in Hex format like the string I posted earlier (639D879F224CA2A1BA73CC4884DBD362) and the server does not recognize this as a valid cipher text (sending a request with this string results in error). That is the reason I wish to convert the hex string to a "string format" using pack/unpack so that I can send the "correct" ciphertext to the server. IMHO, a conversion of the hex number to a regular string should work.
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: convert hexadecimal value to encrypted string
by diotalevi (Canon) on Dec 11, 2004 at 03:11 UTC | |
by linuxfan (Beadle) on Dec 11, 2004 at 08:00 UTC | |
by dakkar (Hermit) on Dec 11, 2004 at 16:57 UTC | |
by linuxfan (Beadle) on Dec 11, 2004 at 22:49 UTC | |
by linuxfan (Beadle) on Dec 12, 2004 at 08:01 UTC | |
by dakkar (Hermit) on Dec 12, 2004 at 10:50 UTC | |
| |
by Mr. Muskrat (Canon) on Dec 11, 2004 at 15:10 UTC | |
by linuxfan (Beadle) on Dec 11, 2004 at 21:18 UTC |