cryptoauthtools
cryptoauthtools copied to clipboard
Tools for CryptoAuthentication Devices using CryptoAuthLib
When cryptography is 41.0.4 version, test will output some errors.
The ATECC608a Config Zone Definition does not exist in cryptoauthlib, the correct usage is ATECC608.
After solved the python version problem, I keep going. And find new problems. It shows below  And I check the C:\Users\30477\AppData\Local\Programs\Python\Python311\Lib\site-packages\cryptography\utils.py, it just has int_to_bytes, but no int_from_bytes. Here...
I want to use these scripts for Seeed reTerminal. ATECC608A is connected a Compute Module 4 via I2C bus 3. Specifying a bus with the -p option does not work....
Hello, I've purchased a ATECC608B from M5Stack and connected it via I2C to a Raspberry Pi 4 - Now I'd like to use the cryptoauthtools to interact with the chip...
Thanks for the great examples! Really helped me getting started with the CryptoAuthLib! :) I just found some typos and would like to fix them. Keep up the great work!