Created
September 13, 2017 17:52
-
-
Save gustavohenrique/79cc95cc351d975a075f18a5c9f49319 to your computer and use it in GitHub Desktop.
An example using Python3 and AES criptography
@NovaStreet The AES algorithm works on text with length in the multiples of 16 bytes. Hence, they are trying to pad digits to make it to a text of length of the nearest multiple of 16.
@srinivasanvarun How to implement AES parallelly. Need inputs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alguien sabe que hace exactamente la funcion _pad?