Skip to content

🔃random🔃 password 🔃generator, using class Random, pin code,

Notifications You must be signed in to change notification settings

VanHakobyan/RandomPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

* Random password generator using class Random

string password = passRandom.RanPass(6);
//6-Length password
Console.WriteLine(password);

//for example 8b05f7

A random password generator is software program or hardware device that takes input from a random or pseudo-random number generator and automatically generates a password. Random passwords can be generated manually, using simple sources of randomness such as dice or coins, or they can be generated using a computer.

While there are many examples of "random" password generator programs available on the Internet, generating randomness can be tricky and many programs do not generate random characters in a way that ensures strong security. A common recommendation is to use open source security tools where possible, since they allow independent checks on the quality of the methods used. Note that simply generating a password at random does not ensure the password is a strong password, because it is possible, although highly unlikely, to generate an easily guessed or cracked password. In fact there is no need at all for a password to have been produced by a perfectly random process: it just needs to be sufficiently difficult to guess.

About

🔃random🔃 password 🔃generator, using class Random, pin code,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages