Directions: You will write the pseudo-code andflowchart for a program that will test a password to determine howsecure it is. A brute force attempt at cracking a password consistsof entering the contents of a really long list possible passwords.A password is more secure if it is not a common dictionary typeword. The program should function as follows:
a. The user is prompted to input their choice for apassword they wish to use in the future.
b. The program will accept this input, and compare itto the contents of a file named password.txt
c. If the password is contained in
OR
OR