Help/documentation about "cryptolib" #10537
Replies: 2 comments 1 reply
-
Hello everyone, After hour and hour looking for some examples. I only found: https://hwwong168.wordpress.com/2019/09/25/esp32-micropython-implementation-of-cryptographic/ import uos MODE_ECB = 1 ECB MODEcipher = aes(key, MODE_ECB) CBC MODEiv = uos.urandom(BLOCK_SIZE) CTR MODECould somebody put the CTR MODE example??? I tried it for hours and an error in "syntax mode" is returned... |
Beta Was this translation helpful? Give feedback.
-
The documentation is here: https://docs.micropython.org/en/latest/library/cryptolib.html
@nastiliano Can you post your example that gives the error? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I've been looking for documentation about "cryptolib" module and I can't find an explanation or examples about how to use the different AES modes and all about that.
Someone could you give me a link o some information (example or whatever) about an AES CTR string encryption/decryption for example?
Thank yo very much!!
Beta Was this translation helpful? Give feedback.
All reactions