Fixing extra-zero-append error, adding an utilities folder
Fixes extra-zero-append error within transform.py
/int2bytes
causing invalid RSA signatures.
Adds util/
folder with script to run on your computer (not the CircuitPython device) to generate public (rsa_public.pem
) and private(rsa_private.pem
) key pairs. The script also decodes the generated rsa_private.pem
into a PrivateKey
tuple for copy/paste into a secrets.py
dict. file on a CircuitPython board.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.