AES Cryptolib encrypted data doesn't decrypting by any other libraries on other platforms except Cryptolib itself
Hello everyone! I encrypt the data with the AES-256 ECB algorithm using the X-Cube-Cryptolib library, while the library itself can decrypt the data correctly, and third-party libraries decrypt it incorrectly. I use 32 random bytes as the key.I tried ...