Updated Random password (markdown)

sommermorgentraum 2024-10-19 16:06:48 +08:00
parent dbdc72deb8
commit 0194c87cd2

@ -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 | 🚫 | 🚫 | ✅ | 🚫 |
| The SHA-512 hash algo | 🚫 | ✅ | ✅ | 🚫 |
| Result | ✅ x 2 | ✅ * 4 | ✅ * 1 | ✅ * 3 |