HSE AES-CFB inputLength is limited

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

HSE AES-CFB inputLength is limited

ソリューションへジャンプ
383件の閲覧回数
cool_boy
Contributor II

Hello!

I use AES-CFB mode and find that the input length is limited. But the input length of CFB mode can be any byte. Is there a problem here?CFB.png

0 件の賞賛
返信
1 解決策
348件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @cool_boy 
Yes, the size of message must be a multiple of the cipher block size. If your message is not aligned to this size, it needs to be padded accordingly.
Regards,
Lukas

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
349件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @cool_boy 
Yes, the size of message must be a multiple of the cipher block size. If your message is not aligned to this size, it needs to be padded accordingly.
Regards,
Lukas

0 件の賞賛
返信