Is this actually possible? If so I would like to use a simple if () statement to alert the user that he/she can not use dictionary words when entering a key for encryption.
Thank you for all your help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. Look it up in the dictionary; if it’s not there, show your alert.
About that.
It’s probably a good idea to show your alert if the entered key is a single dictionary word, but I recommend allowing multiple words.