Python "Fernet" encryption , Micropython "cryptolib.aes" decryption #16362
nastiliano
started this conversation in
General
Replies: 1 comment 1 reply
-
AFAIK There is no pure Python implementation of Fernet encryption, or in MicroPython. For MicroPython, you'd need to implement Fernet encryption manually or adapt existing implementations to work within its constraints. For more details on Fernet encryption, refer to the cryptography documentation. It may be better/simpler to use an encryption protocol that is already supported on both sides. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm sending an encrypted TPC socket from my PC in Python via WiFi and I'd like to drecrypt it in my ESP32 using the "cryptolib" library.
I've trying a little bit...
Is it possible?
Thank you very much
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions