Skip to content

amalsu0/Decryption-AES-128-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages