Question: PLEASE USE PYTHON & PYCRYPTODOME ANY OTHER ANSWER WILL BE DOWN VOTED! In this assignment, your task is to implement a program encrypting/decrypting multiple files

 PLEASE USE PYTHON & PYCRYPTODOME ANY OTHER ANSWER WILL BE DOWN

PLEASE USE PYTHON & PYCRYPTODOME

ANY OTHER ANSWER WILL BE DOWN VOTED!

In this assignment, your task is to implement a program encrypting/decrypting multiple files using hybrid encryption. You must implement the program using the pycryptodome package as a Python script. The requirements for the program are as follows: 1) Use Python 3.5 or above and pycryptodome package. 2) The program must have a function encrypting all ".txt" files in the folder where the 2 program is located in. Those files must be encrypted using AES_CBC with a randomly generated 128 bits key. The list of the text file names in the folder must be collected automatically and encrypted in a single execution. The assessor will not type file names to test your program. Try to put at least three files in the folder when you test your program. 3) The randomly generated key used for file encryption in 2) must be encrypted by RSA 2048 public-key encryption algorithm

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!