Task: Given a text file, write a software program that allows to:
Task: Given a text file, write a software program that allows to: – Encrypt the text file using symmetric key algorithm (AES) – Decrypt a text file using symmetric key algorithm (AES) – Generate an asymmetric key pair (public and…