Skip to content

tezam84/Generate_random_passwords_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Generate-random-passwords πŸ”‘

πŸ” Generate strong random numbers for managing passwords with the "secrets" module in Python, only available in Python 3.6 and above. Much secure than the "random" module for modeling and simulation, not security or cryptography.

πŸ‰ The goal was to implement a quick and easy tool to code using Python as a FUN exercise.

πŸ“— More insight on the topic here: https://docs.python.org/3/library/secrets.html and a great article from Swathi ARUN on https://medium.com/pythoneers

Photo by FLY:D on Unsplash

About

Generate strong random numbers for managing passwords with the "secrets" module in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published