WillyJL 07aa3353dc Merge flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
..
.github 8291f15f7f Add flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
docs 07aa3353dc Merge flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
images 8291f15f7f Add flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
screenshots 8291f15f7f Add flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
.gitignore 8291f15f7f Add flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
.gitsubtree 8291f15f7f Add flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
LICENSE 8291f15f7f Add flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
README.md 8291f15f7f Add flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
application.fam 07aa3353dc Merge flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
flame_rng.png 07aa3353dc Merge flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu
main.c 07aa3353dc Merge flame_rng from https://github.com/OrionW06/Flame-RNG 8 miesięcy temu

README.md

Flame-RNG

Inspired by this repo 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!