From b2831242abd2b4d0aea9bcd81cfe1f41dd4547c1 Mon Sep 17 00:00:00 2001 From: sommermorgentraum <24917424+zxkmm@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:01:56 +0800 Subject: [PATCH] Updated Random password (markdown) --- Random-password.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Random-password.md b/Random-password.md index e9a4fc8..d85010b 100644 --- a/Random-password.md +++ b/Random-password.md @@ -1,4 +1,4 @@ -This app use AFSK decoded data as random seeds for each char, use LCG + one more random layer as PRNG algorithms to generate passwords. +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.