Hi,
I can encrypt a string in PHP (compiled with mcrypt) using any number of algorithms (currently using twofish) and email it to myself as an attachment. However, I can't decrypt the string using Delphi, even though Delphi is using the same algorithm and key.
Any ideas?
All I really want to do is to decrypt PHP encryption - I don't really care how it is encrypted. Perhaps someone can help with this?
Duncan