https://github.com/androidcrypto/esp32_truerandomnumbergenerator
https://github.com/androidcrypto/esp32_truerandomnumbergenerator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/androidcrypto/esp32_truerandomnumbergenerator
- Owner: AndroidCrypto
- License: unlicense
- Created: 2024-10-16T11:48:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:28:33.000Z (over 1 year ago)
- Last Synced: 2025-03-15T07:27:04.470Z (about 1 year ago)
- Language: C++
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 True Random Number Generator (True RNG)
This is an accompanying repository for the article "**ESP32 How to generate True Random Numbers ("True RNG")**", available on medium.com here: https://medium.com/@androidcrypto/esp32-how-to-generate-true-random-numbers-true-rng-951fcda58e9b
Generating True Random Numbers on an ESP32 device is very easy when using the right settings and commands.
Please note: the code was tested on an ESP32 development board, but not on e.g. ESP32-C3 or ESP32-S3.