Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

headless fixes (#107), added some serial cmds (#64), initial encrypted files support #196

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

eadmaster
Copy link
Contributor

@eadmaster eadmaster commented Aug 20, 2024

changes:

  • renamed config file as "/bruce.conf"'
  • added GIT_COMMIT_HASH var
  • added serial cmds: storage, uptime, settings, date, crypto
  • added timeout to subghz rx and ir rx in headless mode
  • added shortctut to generate QR codes from any small file (<3Kb)
  • initial aes encrypted files support (A few requests #123) - still wip

@IncursioHack
Copy link
Collaborator

Hello!
Is there any possibility of using the ATECC608B-TNGTLSU-G in the future to use the cryptographic standard?
image

ATECC608B-TNGTLSU-G

  • I2C communication interface
  • Protective cover for extra stability and reliability
  • Protected storage of up to 16 keys, certificates or data
  • Data storage/locking
  • Random number generator
  • Preset certificates and keys
  • 72bit unique serial number
  • Supported algorithm types | ECC-P256 (ECDH and ECDSA), SHA256, AES128-GCM

https://github.com/espressif/esp-cryptoauthlib/blob/master/esp_cryptoauth_utility/README.md

https://github.com/sparkfun/SparkFun_ATECCX08A_Arduino_Library

@eadmaster
Copy link
Contributor Author

@IncursioHack : the esp32 chip already has hardware support for aes, i'd like to avoid features that requires additional modules.

@pr3y pr3y merged commit c207220 into pr3y:main Aug 20, 2024
7 checks passed
@eadmaster eadmaster mentioned this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants