| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 months |
| seen | Feb 19 at 7:00 | |
| stats | profile views | 0 |
|
Feb 2 |
comment |
Decryption a chunk of file with AES Thanks, now I am clear. |
|
Feb 1 |
comment |
Decryption a chunk of file with AES Ok, let me be more clear. Say I have 1GB file (file.txt) and I want to encrypt this file by encrypting 128MB chunks of this file. The resulting file should be enc_file.txt (1GB) containing encrypted chunks (Is it possible?). Now during decryption, I want to process chunks of enc_file.txt parallely. How to determine the boundaries of each chunks to submit to multiple threads? I hope I am more clear now |
|
Feb 1 |
comment |
Decryption a chunk of file with AES Yeah, that's right however I am troubled getting that how best we can have a single file with multiple encrypted blocks & when we submit this file for decryption how we can split them right to decrypt? |
|
Jan 31 |
awarded | Student |
|
Jan 30 |
asked | Decryption a chunk of file with AES |