Closed jferard closed 6 years ago
https://docs.python.org/3/library/random.html states:
Warning The pseudo-random generators of this module should not be used for security purposes. For security or cryptographic uses, see the secrets module.
secrets
I don't think this is a real flaw in the method, but it seems wise to use the right module.
It's corrected thanks !
https://docs.python.org/3/library/random.html states:
I don't think this is a real flaw in the method, but it seems wise to use the right module.