RandomLib
RandomLib copied to clipboard
Does this string generator meet ANS X9.31 A.2.4 requirements?
@ircmaxell generate strings returns outputs human readable, if I pack() it to binary, does it meet ANS X9.31 A.2.4 requirements to be used as IV or CPRNG?
No, ANSI X9.31 has other requirements that are quite specific.
http://www.untruth.org/~josh/security/ansi931rng.PDF
Hi,
Would consider to add CPRNG class to this lib to generate ANSI X.9 31 without any need to mcrypt and openssl?