AES key may be generate by this code
KeyGenerator kgen = KeyGenerator.getInstance(\"AES\");
kgen.init(128);
but
If I have a \"very re
To add to the other answers ... I believe that the reason that the basic Random functions aren't secure are two reasons: