Ruining Security with java.util.Random

| | Java, Papers, Weblication
In my review practice I often have to look at Java source code which is used to generate passwords, authentication tokens or session ids. Ever so often this code uses the Java ...