Skip to content
sommermorgentraum edited this page Oct 1, 2024 · 2 revisions

This app use AFSK demodulated data as random seeds for each char, use LCG + one more random layer as PRNG algorithms to generate passwords.

In theory if the quality of seeds (which is from mostly radio noise) is good enough, then the password randomization would be good enough. But usually they are not, or we don’t know, or they do but not stable. So even if this is more secure than many other PRNG generators, in the best case it even can be considered as TRNG generators, don’t use this at high security scenes, for example money-related things.

All the “send” button/checkbox in this app means send via serial asynchrony messages, check serial page in this wiki for more details.

Flood mode is from streaming generated code, this will always streaming into serial, alternatively you can check the savin checkbox to save generated codes and seeds. Keep in mind that with seeds, you can generated same code with proper PRNG, so they are same level of security, don’t leak them.

Start here

How to collaborate
How to ask questions correctly

User manual

Developer Manual

Clone this wiki locally