Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Substitution Cipher Encryption (Please use Mac terminal and Python to complete. Substitution Encryption Lab High-level idea Create a text file to be encrypted. Create encryption

Substitution Cipher Encryption (Please use Mac terminal and Python to complete. image text in transcribed
Substitution Encryption Lab High-level idea Create a text file to be encrypted. Create encryption keys. Do encryption by applying substitution encryption algorithm using the generated key on the text file you created. Display the ciphertext Implementation and required software Command line implementation in Ubuntu. You can use Python to generate the key, Implementation details Create a text file with its content of your own choice with arbitrary length (It can contain a single word, a sentence, on even a paragraph). [You can use touch, gedit, and cat commands in the terminal.] Create a substitution key using python in the terminal. [You can use the random library, and the sample method in this library) Encrypt the text file using the keys generated. [You can use the tr terminal command.) Submit your work in .doc or .pdf format. Make sure your work encompasses the screen shots of your code, as well as, comprehensive explanations

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

More Books

Students also viewed these Databases questions