Adafruit-circuitpython-atecc

Latest version: v1.2.20

Safety actively analyzes 639199 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

1.0.4

This release includes:
* Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-atecc`.

Read the [docs](http://circuitpython.readthedocs.io/projects/atecc/en/latest/) for info on how to use it.

1.0.3

This release adds the library to PyPi

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-ATECC`.

Read the [docs](http://circuitpython.readthedocs.io/projects/ATECC/en/latest/) for info on how to use it.

1.0.2

This release adds the library to PyPi

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-ATECC`.

Read the [docs](http://circuitpython.readthedocs.io/projects/ATECC/en/latest/) for info on how to use it.

1.0.1

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](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/atecc/en/latest/) for info on how to use it.

1.0.0

CircuitPython Driver for Microchip's ATECCx08 cryptographic co-processors with secure hardware-based key storage. This library is based on the [ArduinoECCX08](https://github.com/arduino-libraries/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.
* [Example of generating a Certificate Signing Request with this module](https://github.com/adafruit/Adafruit_CircuitPython_ATECC/blob/master/examples/atecc_csr.py)

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/atecc/en/latest/) for info on how to use it.

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.