mpyaes
mpyaes copied to clipboard
MicroPython utility library for AES encryption
Results
1
mpyaes issues
Sort by
recently updated
recently updated
newest added
can this lib be used in conjunction with phps `openssl_encrypt() `? heres example code i tried but didn't work. [php.net](https://www.php.net/manual/en/function.openssl-encrypt.php#example-942) switched to aes-256_ecb so IV woudn't be an issue but...