Symmetric Cryptography
Exercise: Handling any length text
In practice message could be of any length. Sometimes you need add missing bits/bytes to end of last block.
Please don't change variable text and make the code work.
Page 3 of 11
In practice message could be of any length. Sometimes you need add missing bits/bytes to end of last block.
Please don't change variable text and make the code work.