Skip to content

Fixing extra-zero-append error, adding an utilities folder

Compare
Choose a tag to compare
@brentru brentru released this 21 Aug 20:08
4024b7c

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.