[Question][Hw2] #683
Replies: 6 comments
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Don't we use ASCII in this assignment? |
Beta Was this translation helpful? Give feedback.
-
It doesn't matter what encoding we use here because we are encrypting the raw byte data. |
Beta Was this translation helpful? Give feedback.
-
Yeah, but what about converting human-readable text to binary string? |
Beta Was this translation helpful? Give feedback.
-
We usually encrypt a plaintext with human-readable characters. However, in general, enc/dec mechanism doesn't care about whether input plaintext is human-readable or not. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Anis Rashidov.
Just to confirm that I understood the material. My question is that snippet#1 below is AES for only one block encryption, while snippet#2 is AES for the whole message, right? Also, should we consider space (' ') as a character and encrypt it as well, or should we simply skip it?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions