Pinned Repositories
AES-128-symmetric-key-cipher
This project consists of two parts: PART 1: Write program uses AES-128 to decrypt a message. The program should deal with three files that contain the encrypted text as a stream of bytes, the 128-bit key for decryption stored as a stream of bytes, and the outcome of the decryption, respectively. PART 2: Write program uses "brute force" to decrypt an encrypted message, where you only have the first 96-bits of the 128-bit secret key (last 4 bytes of the secret key are missing!)
LailaAlhussain's Repositories
LailaAlhussain doesn’t have any repository yet.