this post was submitted on 09 Oct 2024
11 points (86.7% liked)

Flipper Zero

379 readers
14 users here now

Flipper Zero is a portable multi-tool for pentesters and geeks in a toy-like body. It loves to hack digital stuff around such as radio protocols, access control systems, hardware and more. It's fully opensource and customizable so you can extend it in whatever way you like.


Rules

  1. Be respectful and inclusive.
  2. No harassment, hate speech or trolling.
  3. Engage in constructive discussions.
  4. Share relevant content.
  5. Follow guidelines and moderators instructions.
  6. Use appropriate language and tone.
  7. Report violations.
  8. Foster a continuous learning environment.

Firmware:


Official resources:


Useful resources:

founded 1 year ago
MODERATORS
 

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.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 2 days ago

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.