Spyke
flipperzero·Flipper Zerobydipdowel

Flipper Zero + a lighter = true random number generator!

cross-posted from: https://feddit.nl/post/22194127

While playing with my Flipper Zero, I realised that the IR radiation that it reads does not have to be emitted by another electronic device! It can be a random analog IR 'signal' from a flame! Since Flipper can record raw IR data without interpreting it, there you go, a True Random Number Generator (TRNG)! I wrote a script that automates data collection and processing, here's a github link. It outputs your freshly generated true random number sequence into a file.

View original on feddit.nl

That's great!

This totally needs to be made into a FAP that outputs random numbers as a keyboard. Possibly choose what set of characters it should output randoms characters out of, like upper- or lower-case letters, both, digits, alphanumerics, printable ASCII table or entire ASCII table. That way you don't need to install anything and you can use the Flipper on the spot to generate randomness, like for creating SSH private keys or something.

3
dipdowelreply
feddit.nl

Hi! Thanks for your attention to my little project. I agree, a FAP would be great (if only I had a bit more time and energy to work on it :P) It was just a proof of concept, built with a shell script and a few Linux tools.

1

Hey @[email protected] , thanks for your interest! I'll take a look at your solution once I have a chance to! Very glad that you found my little PoC inspiring 🤩🙏

2

Yeah I do plan on publishing it hopefully soon. Just trying to wrap up a feature for generating phrases from a word list and some general code cleanup before I do.

2
dipdowelreply
feddit.nl

🎉🎉🎉 Great! Will take a look as soon as I have a chance to.

2

Just dropped v2.0. Lots of overall improvements and optimizations. Also, it now includes Bluetooth HID for exporting a generated string.

1

You reached the end