Question: Assignment 2 Cryptography nstructions: Part 1 1. Write a C program that takes a password from the user. 2. Mask the password as it is

Assignment 2 Cryptography nstructions: Part 1 1. Write a C program that takes a password from the user. 2. Mask the password as it is entered. 3. Encrypt the password in a method of your choosing. 4. Decrypt the password in a method of your choosing. 5. Include in your submission your .c file and a screenshot that clearly identifies the running program as written by you. A sample of the type of program I am looking for can be seen here. (Writing your own encryption is generally not advised, as existing methods are typically much more proven and secure. This is purely an exercise to experience such a process in the familiar C language)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
