Minimalist password generation scripts
Go to file
2020-12-21 15:12:45 -06:00
gen.c Create gen.c 2020-06-08 21:32:36 -05:00
gen.cpp Update gen.cpp 2020-06-09 10:27:49 -05:00
gen.py Create gen.py 2020-06-08 14:24:30 -05:00
gen2.c Update and rename gen.c to gen2.c 2020-06-08 21:32:14 -05:00
gen2.cpp Create gen2.cpp 2020-06-08 21:56:08 -05:00
README.md Update README.md 2020-12-21 15:12:45 -06:00

Password

Minimalist password generation scripts

Requirements

  • Take in two arguments from the command line: [KEY] and [SITE]
  • Output [KEY] concatenated with a hash of [SITE] to standard output
  • Use a minimal amount of code