#include #include int main() { char input[64]; int len,x; printf("Enter tonight's pass phrase: "); gets(input); len = strlen(input); for(x=0;x