639D879F224CA2A1BA73CC4884DBD362
I know the plaintext string that corresponds to the above cipher text. It is
8235
I can send an encrypt request to the server with the above string, and obtain the encrypted data. Since it contains unprintable characters, I am giving you the Base64 encoded the value of the encrypted string. You can obtain the encrypted string by simply running
to get the encrypted string.perl -MMIME::Base64 -e 'print decode_base64($str) . "\n";'
The Base 64 encoded string of the encrypted string is
vY+TqCu5/Wdg6O+ilDqHVQ==
As mentioned earlier I want to verify that the encryption/decryption process works ok. So the hex string at the beginning of this post should be equal to the Base64 decoded string vY+TqCu5/Wdg6O+ilDqHVQ==
Thanks a lot for your time!
In reply to Re^6: convert hexadecimal value to encrypted string
by linuxfan
in thread convert hexadecimal value to encrypted string
by linuxfan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |