Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke

4th Edition

0136086535, 9780136086536

More Books

Students also viewed these Databases questions