|
||
---|---|---|
README.md | ||
gen.c | ||
gen.cpp | ||
gen.py | ||
gen2.c | ||
gen2.cpp |
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