I am using a script from 4guysfromrolla to encrypt some data and then email it to myself. I use server.urlencode to convert it to hex format before i email it so it displays properly in my email program.
That works fine...the problem occurs when i need to decrypt it again. . . .how do i get the data back from hex to its original format when i need to decrypt the information?
Any help would be much appreciated
That works fine...the problem occurs when i need to decrypt it again. . . .how do i get the data back from hex to its original format when i need to decrypt the information?
Any help would be much appreciated