I am using Xceed encryption library to decrypt a file. I've used mechanisms like
AES, ECB mode, key 256, SHA hashing, FIPS-91 padding. But, for the encryption process, I've used another tool other than Xceed. Whatever I have encrypted using another language, I am unable to decrypt it using Xceed. Is there something that I can do to overcome this?