amalsu0 / Decryption-AES-128-

Experimenting with AES-128 symmetric key cipher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AES-128

Part1: Writing a program that uses AES-128 to decrypt a message using the ciphertext (ciphertext.dat) and secret key (key.dat) for testing.

Part2: Using "brute force" to decrypt an encrypted message, where only having the first 96-bits of the 128-bit secret key (last 4 bytes of the secret key are missing!) and the original message starts with the word "Salam". Using the ciphertext (ciphertext2.dat) and partial key (partial-key.dat) for testing.

About

Experimenting with AES-128 symmetric key cipher.


Languages

Language:Java 100.0%