Minimalist password generation scripts
Find a file
2020-06-08 14:24:30 -05:00
gen.cpp Create gen.cpp 2020-06-08 13:55:54 -05:00
gen.py Create gen.py 2020-06-08 14:24:30 -05:00
README.md Update README.md 2020-06-08 14:13:43 -05:00

Password-Generator

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