Open GoogleCodeExporter opened 9 years ago
Its a combination of current clock and the startup clock.
To add more randomness, a random int could be generated and its value could be
multiplied to the current time (before adding to the startup time).
Patches are welcome!
Original comment by david.yu...@gmail.com
on 20 Jul 2010 at 5:00
Consider using this class
http://download.oracle.com/docs/cd/E17409_01/javase/6/docs/api/java/security/Sec
ureRandom.html instead, it is more appropriate for crypto keys.
Original comment by sebastien.martini
on 20 Jul 2010 at 5:40
Original issue reported on code.google.com by
sebastien.martini
on 19 Jul 2010 at 2:43