Cryptographically-Strong Random Number Generator
M. Gallant 04/29/2003
JenRandomApplet is a signed Java applet utility for IE which generates cryptographically-strong random
byte arrays (5 to 5000 bytes in this implementation). Select the number of bytes for the
random number and click Create Random Number.
The output is displayed in hex with 16 bytes per line.
Click Save .. to save the generated random number to a binary file via a FileDialog.
The Java applet uses J/Direct to call the
CryptGenRandom() function.
.NET Cryptographic Random Number Utilities
Michel I. Gallant
neutron@istar.ca