mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Updated Random password (markdown)
parent
4937bddca1
commit
dbdc72deb8
@ -8,7 +8,8 @@ Flood mode is from streaming generated code, this will always streaming into ser
|
||||
|
||||
# Each shuffle algo and what it can bring you
|
||||
| Algo / Source | Bring Entropy ? | Bring Randomization ? | Bring difficult to reverse calculation ? | Made it harder to Brute-Force ? |
|
||||
| ------------------------------------------------ | ----------------- | ----------------------- | ------------------------------------------ | --------------------------------- |
|
||||
| -------------------------------------------------------------------------- | ----------------- | ----------------------- | ------------------------------------------ | --------------------------------- |
|
||||
| Use time as seeds to pick a random frequency with LCG to fetch AFSK data | 🚫 | ✅ | 🚫 | ✅ |
|
||||
| The original demodulated AFSK data as seeds | ✅ | 🚫 | 🚫 | 🚫 |
|
||||
| Each digits using different seed in the buffer | ✅ | 🚫 | 🚫 | ✅ |
|
||||
| The LCG PRNG algo inside of cpp STL | 🚫 | ✅ | 🚫 | 🚫 |
|
||||
|
Loading…
Reference in New Issue
Block a user