I'm currently trying to encrypt data with blowfish in php script and then decrypt it in AMS with Crypto plugin. Problem is that it just doesn't work :(
I guess the problem is in encryption settings like ecb/cbc and IV. Also decrypting data in PHP which is encoded in AMS doesn't give any meaningful results.
I'm using BlowfishEncryptString/BlowfishDecryptString functions posted in this forum and in PHP I use MCrypt.
Can anyone tell me what IV and settings Crypto plugin uses and also what kind of padding is used.

