piquazhang
Programmer
Hello! I am trying to test an encryption algorithm, and I am given a string of plain text in hexadecimal "14 00 00 24 ..."
and also a key in hexadecimal. The program I am using takes a key file and a plaintext file, and displays the cipher text on the screen.
Is there a simple UNIX command that takes a hexidecimal string and allows me to pipe the output to a file?
Thanks for your help!
Susan
and also a key in hexadecimal. The program I am using takes a key file and a plaintext file, and displays the cipher text on the screen.
Is there a simple UNIX command that takes a hexidecimal string and allows me to pipe the output to a file?
Thanks for your help!
Susan