AES ECB mode requires filling, how is it that we have this AES / ECB / NOPADDING?

We use the following cipher

AES / ECB / NOPADDING

But I'm a little confused, because for modes like ECB, you need to enter input data in accordance with the block size. But here we say that NOPADDING.Dont they look contradictory.

Can we have arbitrary data that is not populated as an input to ECB mode.

+3
source share
1 answer

"" ECB , , AES/ECB/NOPADDING, N . , , . - .

, , . , , / , . , "NOPADDING" - .

, XXX/ECB/NOPADDING, . ECB. ECB , , ( , "" - ). , , . , , , .

+4

All Articles