Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 492 Bytes

File metadata and controls

15 lines (13 loc) · 492 Bytes

passwordGenerator

Just a simple and open password generator.

________INSTRUCTIONS_____________________________________________________
  • to compile use the command gcc -o generator.c
  • there is also an Linux executable already compiled.
  • to run just type ./genericPasswordGenerator (you may want to give executable permission first using chmod 700 command)
  • NOTE: not tested but should work just fine on Windows if compiled.

be happy with your Strong password :)