2024-09-24 11:43 PM - last edited on 2024-09-30 01:06 AM by Amel NASRI
Hello, I have created an encrypted file by openssl-aes256-CFB. in openssl IV length should be 128 bit but in X-CUBE-CRYPTOLIB it is not possible, it cannot set to 128 bit, (HARDFAULT). only i can set 256bit and then received error 0x10003
2024-10-28 05:48 PM
2024-10-30 01:18 AM
IV shall be 128 bits (size of an AES block).
If hardfault occurs, then may be be there is an issue in your code/project as the CFB have been deeply tested… !!
Can you share the code + openssl used commands ?
Best Regards