Y
Hacker News
new
|
ask
|
show
|
jobs
by
Javantea_
3098 days ago
No. A feature of a good PRNG is that it should not be predictable. If the salt is weak enough to be cracked, that PRNG can be reversed and predicted.
1 comments
__s
3098 days ago
The salt is the seed. Presumably initialized with /dev/random or whichever system entropy source is available. Any PRNG is weak if the seed is weak
link