RanFile
- Description
-
RanFile creates files of pseudo-random data. The user can specify the directory where
the files are created, the number of files to create, the number of bytes in each file, and
the algorithm used to generate the pseudo-random data that is written to the files. RanFile
uses the java.security.SecureRandom class to generate seeds for the pseudo-random
number generator.
RanFile uses AES with 256 bit keys to generate pseudo-random sequences of bytes.
This requires the unlimited strength JavaŽ Cryptography Extension policy files
to be installed on the user's computer. They can be downloaded from java.sun.com.
- Bugs
-
None known.
- Author
- Paul Leigh
- Reporting Bugs
- Please report bugs to Paul.
- Copyright
- Copyright 2009 by Paul Leigh - All Rights Reserved.
Download this Application (Includes Source Code).