I need an encryption and decryption program that employs three specified ciphers: the Caesar Cipher, the Vigenère Cipher, and Advanced Encryption Standard (AES). The goal is to apply these methods to encrypt and decrypt the attached file containing sensitive data. The project deliverables include: 1. **Written Documentation**: An APA-style document of at least 5 pages. It should include: - A cover page. - A detailed explanation of the encryption methods (2-3 pages). - Algorithms and pseudocode for each method. - A reference page with at least three references. 2. **Python Implementation**: A functional Python program capable of performing encryption and decryption for the specified types of files. It should be well-commented and follow best practices. 3. **GitHub Repository**: A link to a public/shared GitHub repository housing your code. 4. **Video Demonstration**: A short video showcasing the program in action, demonstrating how it encrypts and decrypts the given file. Please ensure the program is user-friendly and easy to run. Let me know if you need more specific details regarding the file type or structure of the included data.