From 0194c87cd22e7ed1475ebeabe6cc125c982dc19e Mon Sep 17 00:00:00 2001 From: sommermorgentraum <24917424+zxkmm@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:06:48 +0800 Subject: [PATCH] Updated Random password (markdown) --- Random-password.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Random-password.md b/Random-password.md index c0329ea..513eb24 100644 --- a/Random-password.md +++ b/Random-password.md @@ -14,4 +14,5 @@ Flood mode is from streaming generated code, this will always streaming into ser | Each digits using different seed in the buffer | ✅ | 🚫 | 🚫 | ✅ | | The LCG PRNG algo inside of cpp STL | 🚫 | ✅ | 🚫 | 🚫 | | Shuffle with two groups of seeds | 🚫 | ✅ | 🚫 | ✅ | -| The SHA-512 hash algo | 🚫 | 🚫 | ✅ | 🚫 | \ No newline at end of file +| The SHA-512 hash algo | 🚫 | ✅ | ✅ | 🚫 | +| Result | ✅ x 2 | ✅ * 4 | ✅ * 1 | ✅ * 3 | \ No newline at end of file