Download Week 5 Assignment 1 MATLAB Files (zip). In the folder, you will find three MATLAB programs. One program allows you to encrypt the content of a file using a key generated by the second program. The third program allows you to decrypt the encrypted file. In the input.txt file, write a paragraph about any topic and save it. The content of this file will be encrypted. Add a Matlab function to estimate the processing time of the encryption and the decryption processes. Run the main program with various values of the key length and fill in the following table. Key Length 16 bits 32 bits 64 bits 128 bits 256 bits Total Processing time Memory Size of the encryption/decryption files Difficulty to find the key Comments Write a report that includes a completed table, examples of screenshots of the MATLAB encryption and decryption output, and propose a way to share the key with the person you would send the file to. Submit your report.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme