Habt ihr Hagen's Kommentar gelesen?
Delphi-Quellcode:
// Random Buffer/Binary, ATTENTION! standard Random Function aren't
// crytographicaly secure, please include DECRandom to install secure PRNG
Den sollte man auch gelesen haben, steht in DECRandom.pas Zeile 78:
Delphi-Quellcode:
// initalize a non-repeatable Seed based on Timers,
// ATTENTION! this way isn't secure inpredictable,
// the user should call RandomSeed(Data, SizeOf(Data)) instead,
// where Date contains as example collected informations based on Human inputs.