how to make
• The application should allow to input some plain text
• The application should implement a type of encryption algorithms
• The user should be allowed to input the parameters of the Implemented algorithm such as the Key, Length of the key etc.
• The application should display the encrypted text (cipher text)
• The application should allow to input some encrypted text (cipher text)
• The user should be able to decrypt the text
• The user should be allowed to input the parameters of the implemented algorithm such as the Key, Length of the key etc. to decrypt the text
• The application should display the decrypted text (plain text)