Skip to content

HarryPerkin/fiftyProjectsProject_passwordGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

Escaping Tutorial Hell with Question Driven Development.

  1. Password Generator takes an integer as a single argument and checks for validity.
  2. The program loops over the size of the passed integer.
  3. With each loop a random char is generated from unicode codes 32-126 and concatenated onto previous chars.
  4. The subseqent string of random chars is written to passwords.txt.

Known Bugs/Potential Issues:

. If passwords.txt does not exist in the directory, the program will not create one.

About

#02 Escaping Tutorial Hell with Question Driven Development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages