Build a Secure Python Password Generator Using Secret Lib
After building the Password Generator, I got some amazing reviews, and two stood out for me: Guillaume Ste-Marie advocated using time seed to increase the randomness, and Christian Ledermann advocated that secrets should replace random as random is not really random (Pun Intended). The secrets module generates cryptographically strong random numbers suitable for managing data such as passwords, account authentication, …
Build a Secure Python Password Generator Using Secret Lib Read More »