这段代码安全吗?
SecureRandom randomizer = new SecureRandom(String.valueOf(new Date().getTime()).getBytes());
这是实例安全随机种子的正确方法吗?
java security random encryption cryptography
cryptography ×1
encryption ×1
java ×1
random ×1
security ×1