AES 256 cipher to plaintext #16255
Unanswered
csxdotcc
asked this question in
Using MicroPython
Replies: 2 comments
-
You can get some clues for here: https://stackoverflow.com/questions/54176838/encrypt-text-in-php-and-decrypt-in-python |
Beta Was this translation helpful? Give feedback.
0 replies
-
It should be doable as this example shows. If one side, e.g. encryption, is wrong, you may perhaps try forever to get the other side right. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to cipher a plaintext with a password in php
and decipher in micropython?
php openssl-encrypt example: php.net
i've tried ucryptolib and also this lib mpyaes encountered many many obsticles from hex en/decoding, mismatching blocksizes and ValueErrors. tried for multiple days now, cGPT is even more confused than i am xD
any ideas on how to bring this together? or anything ready to go i haven't found oO
Beta Was this translation helpful? Give feedback.
All reactions