We are using SecureRandom
as follows (using Java8
):
import java.security.SecureRandom;
private SecureRandom random = new SecureRandom();
The algorithm being used is NativePRNG
.
Should we seed periodically? In case we should how would we do that? (perhaps call new(..) again?)
Aucun commentaire:
Enregistrer un commentaire