بدون توضیح

OrionW06 fb39746f81 name generator update 9 ماه پیش
.github 4458693233 First Commit 10 ماه پیش
docs a4a8d32511 update changelog.md 10 ماه پیش
images 4458693233 First Commit 10 ماه پیش
screenshots a32a6b606e House Keeping 10 ماه پیش
.gitignore 4458693233 First Commit 10 ماه پیش
LICENSE d88879523a Create LICENSE 10 ماه پیش
README.md d89a1d7aaf More House Keeping 10 ماه پیش
application.fam 662baaab05 Update Application.fam, oops 10 ماه پیش
flame_rng.png 0dbb2d9a59 Improved RNG, New App Icon (Thank you Kuronons!) 10 ماه پیش
main.c fb39746f81 name generator update 9 ماه پیش

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!