Skip to content

A .NET Standard library which Generates Random Password with using alphabets(Upper&Lower case), numbers, and special characters. as well as you can configure as per your password policy/requirement, like exclude and include numbers/special/alphabets characters

License

it-nilesh/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

A .NET Standard library which Generates Random Password with using alphabets(Upper&Lower case), numbers, and special characters. as well as you can configure as per your password policy/requirement, like exclude and include numbers/special/alphabets characters.

Generates a random password with those default rules, it will be change as per requirement.

  • Minimum Password length : 4
  • Maximum Password length : 6

The given below details if pass the 0 of any parameters, then it will not appear in a password. but when you pass 0 in all given parameters it will appear in a password(it pick random character).

  • Minimum Lower Case Chars : 1
  • Minimum Upper Case Chars : 1
  • Minimum Numeric Chars : 1
  • Minimum Special Chars : 1

Authors

Nilesh

Donate

Donate

About

A .NET Standard library which Generates Random Password with using alphabets(Upper&Lower case), numbers, and special characters. as well as you can configure as per your password policy/requirement, like exclude and include numbers/special/alphabets characters

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages