Programming: Write a simple pyhone program to encrypt and decrypt a file using AES algorithm (key value: " security")
Your program's encryption part:
Input: plain text file
Output: encrypted file
Your program's decryption part:
Input: encrypted file
Output: decrypted file