I want to migrate my system from pear/Crypt/Blowfish
to phpseclib/Crypt/Blowfish
lib.
I need to have a total backward compatibility. So, What are differences between these two libraries ?
I found in this link that "PEAR's Crypt_Blowfish uses ECB by default, and phpseclib's uses CBC".
So I configured phpseclib to work with ECB, but is still a difference between two libs. Which one ?