My password program is approaching its final phase now. The masking part (***) is done.... Now for the final section: The decrypting part. I am having a problem. My code are as follow: #include #include #include int CheckPass(char *user_id, char *password); void AccessGranted(); main() { char user_id[20], password[20]; int flag, change=3; int count=3; do { /*Show the number ...