https://github.com/OrionW06/Flame-RNG
https://github.com/OrionW06/Flame-RNG
flipper-zero flipperzero random-number-generators
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/OrionW06/Flame-RNG
- Owner: OrionW06
- License: mit
- Created: 2025-04-23T09:14:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-15T02:26:35.000Z (about 1 year ago)
- Last Synced: 2025-05-15T03:38:14.665Z (about 1 year ago)
- Topics: flipper-zero, flipperzero, random-number-generators
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- flipper-zero-awesome - Flipper Flame RNG - RNG) | (Infrared)
README
# Flame-RNG
Inspired by [this repo](https://github.com/dipdowel/flipper-fire-rng) I have implemented a similar functionality entirely in the flipper zero
It uses the IR sensor on the Flipper Zero to gather entropy from IR sources (such as a lighter) to seed a random number generator. The idea is that fire and other similar IR sources are not predictable sources of data, and thus it can be a reliable source of entropy. Obviously the flipper doesn't gather enough data (unless you *really* like flicking a lighter near your nearly $200 toy) to get any sort of decent entropy, this is more of a PoC.
## Disclaimer
I am NOT responsible for any damage to the flipper or yourself! Be safe with fire, and be safe with your other entropic sources!
I am also NOT responsible if you generate insecure keys using this as a source of entropy!