Skip to content

Typicalsv/PassGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PassGen

🗝️PassGen

Simple program that allows you to organize your passwords.

How does it work?

After you pick name and expected password lenght, script runs for loop. This loop provides random number in range 0-72 after every turn, then it converts it to index of charArr array. Char labeled with this index is being added to Pass array, which at the end contains final password.

📝Write it down!

Using StreamWriter class this script will create text file named PassAll on your desktop, which is being modified everytime when you create new password with PassGen.

ℹ️Beta info:

If you want your file to be continously updated with your new passwords, do not move PassAll.txt from desktop.

If you are skilled, you can change directory for file to save in 54 line

Feel free to visit my website

About

Simple program that allows you to organize your passwords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages