Hi All
I have a question about decrypting with PHP and hope someone can help.
I have Visual Basic 6 application which creates encrypted strings:
Key Length: 128 bits
Encryption Algorithm: 3DES
String: THIS IS ENCRYPTED
Password: MY PASSWORD
Base64 Encrypted String:
MHIGCSsGAQQBgjdYA6BlMGMGCisGAQQBgjdYAw
GgVTBTAgMCAAECAmYDAgIAwAQIMIs5tY9YE3ME
EMKkmeQm0EazyicZ9zqBCvkEKHpyUxDDmgHrljY
Bz57c5PQST/5+AWOeqxJcqrr5ZUMnRPwdZhrCQ1w=
The code can be downloaded from:
http://www.wesayhowhigh.com/customer/vbproblem/vbencryptdata.zip
I am trying to decrypt the string with PHP and just cannot seem to decrypt the string.
I have tried all sorts of decryption with mcrypt and I am obviously missing something here.
Can anyone help me please?
Many thanks in advance
BB