Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

use matlab robema Design and implement simple stream cpher based on RCa You can als implement RC4 instead.) a. Design a simple Stream Cipher: a)

image text in transcribed

use matlab

robema Design and implement simple stream cpher based on RCa You can als implement RC4 instead.) a. Design a simple Stream Cipher: a) Encrypt a byte (8 bits) at a time Key size: 256 bits. b) b. Implement a simple Stream Cipher: a) b) c) d) Show a demo by performing encryption on a plaintext: pick whatever plaintext you'd like to encrypt (e.g., this homework). Convert it to binary numbers for encryption Stream Key: this key is the input to your algorithm, not to encrypt plaintext. Set the key to all "1"s. Salt: generate random values to salt your key. For example, k'-k+salt. Remember to save the random values since you need them for decryption. Perform the decryption correspondingly c. Performance analysis: a) Encrypt 1000 times and record the computational time. i. Report your computer configurations (CPU clock speed, RAM, programming language used, etc.) ii. Feel free to change running iterations to get a good evaluation on computational time

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions