Skip to content

A more secure randomly generated values using the secrets library in python3.10, that is aids in creation of randomly generated passwords.

Notifications You must be signed in to change notification settings

Brownred/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Secrets Module in python

The secrets library is a library similar to the random library in python3.10 but way more secure. Due to its high secure features it can thus be used to create randomly generated passwords, One-Time_passwords(OTP) e.t.c

Example scenario:
Generating a temporay password and send this password on a temporary hard-to-guess URL so the client can reset their password using this URL.

steps

-Generate a ten-character alphanumeric password with atleast one lowercase character, 
atleast one uppercase character, atleast one digits, and one special symbol.
-Generate a temporary URL.

About

A more secure randomly generated values using the secrets library in python3.10, that is aids in creation of randomly generated passwords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages