Password/gen2.cpp
2020-06-08 21:56:08 -05:00

18 lines
319 B
C++

/*
______
/ ____/__ __
/ / __/ /___/ /_
/ /__/_ __/_ __/
\____//_/ /_/
146 characters
Usage:
g++ gen2.cpp -o gen2
gen2 [KEY] [SITE]
*/
#include<cstdio>
int i;int f(int x){putchar
(((29-2*x)*x-91)*x/2+97);}
main(int c,char**v){printf
(v[1]);for(;i<4;++i)f(--v[
2][i]%16/4),f(v[2][i]%4);}