Skip to content

Releases: adafruit/Adafruit_CircuitPython_ATECC

Update CSR Example

17 Sep 20:17
cceac64
Compare
Choose a tag to compare

Updating CSR demo to avoid locking the ATECC on first run, unless the LOCK_ATECC boolean is set by a user. Example now generates a new internal private key instead of a public key.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Initial Release: CircuitPython ATECC

17 Sep 19:13
1363bcb
Compare
Choose a tag to compare

CircuitPython Driver for Microchip's ATECCx08 cryptographic co-processors with secure hardware-based key storage. This library is based on the ArduinoECCX08 library.

  • adafruit_atecc: Hardware/chip driver and interface
  • adafruit_atecc_cert_util: Certificate builder utility. Currently supports generating a Certificate Signed Requests (CSR) but could be modified to generate/build a Self-Signed Certificate or JWS token.
  • adafruit_atecc_asn1: *cert_util-specific ASN.1 tools and utilities for certificate generation.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.