Page 1 of 1

Q4. (b) One of the problems of using encryption is its processing overhead. To address this issue a colleague has implem

Posted: Thu May 26, 2022 9:48 am
by answerhappygod
Q4 B One Of The Problems Of Using Encryption Is Its Processing Overhead To Address This Issue A Colleague Has Implem 1
Q4 B One Of The Problems Of Using Encryption Is Its Processing Overhead To Address This Issue A Colleague Has Implem 1 (169.84 KiB) Viewed 20 times
Q4. (b) One of the problems of using encryption is its processing overhead. To address this issue a colleague has implemented parallel version of the AES that runs of modern GPUs. Where each processor on the GPU can completely encrypt a single message block (equal in size to an AES block). His system works as follows: 1. take a file that needs to be encrypted divide it up into chunks each of size equal to the AES block size; 2. take as many block sizes as you have processors and run the AES encryptions in parallel; repeat step 2 until done with all file blocks; and 3. 4. concatenate the resulting encrypted blocks to produce the fully encrypted file. Please provide an analysis of this scheme. Does it suffer from security problems? Explain.