Açıklama Yok

OrionW06 8eec0e2139 Add changelog 11 ay önce
.github 4458693233 First Commit 11 ay önce
images 4458693233 First Commit 11 ay önce
pics 37717a1aa7 Add images 11 ay önce
.gitignore 4458693233 First Commit 11 ay önce
LICENSE d88879523a Create LICENSE 11 ay önce
README.md 37717a1aa7 Add images 11 ay önce
application.fam d23fbe5cba Bug Fixes and some housekeeping 11 ay önce
changelog.md 8eec0e2139 Add changelog 11 ay önce
flame_rng.png 4458693233 First Commit 11 ay önce
main.c d23fbe5cba Bug Fixes and some housekeeping 11 ay önce

README.md

Flame-RNG

Inspired by this repo I have implemented a similar functionality entirely in the flipper zero

image info image info

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!