Skip to main content
留学咨询

matlab代写-Advanced Topics in Wireless Security

By May 15, 2020No Comments

ECE 487/587: Advanced Topics in Wireless Security Homework 2Due Tuesday Feb. 14, 2019Note: Matlab is recommended, but you can choose whatever language you prefer. Please submit your code through Isidore.Submission: Please submit screenshots of your results, and your scripts on Isidore.Problem 1. (Design and Program) Design and implement a block cipher based on Feistel Cipher. Please see the requirements as follows:Determine the important components before implementationBlock size: 64-bit is recommended, you are free to choose any block size nosmaller than 64 bits.Key size: 128-bit is recommended, you are free to choose any block size no smaller than 64 bits.Number of rounds: you can pick it on your own.Subkey generation algorithm: design an algorithm to generate subkeys based on the secret key.Round function: design a round function which takes in the right half of the inputand the subkey.Implement your block cipherShow a demo by doing one encryptionThe input is one block of all 1s (i.e., 64-bit 111111…. if your block size is 64-bit).The secret key is set as all 1s.(i.e., 111111…)Do the decryption correspondingly.Performance preliminary analysisEncrypt a block for 1,000 times and record the computational time.Report your computer configurations (CPU clock speed, RAM, programming language, etc.)Feel free to change running iterations to get a good evaluation oncomputational time.Show the avalanche effect in your design bychanging the first bit of the plaintext to 0,and then do the encryption again.Record the number of different bits in the two cipher texts.

admin

Author admin

More posts by admin