Skip to content

This code demonstrates a cryptanalysis type, where the attacker has access to both the plaintext and its corresponding ciphertext. By using the Crypto library in Python and AES cipher and applying brute-force attack to find the key

Notifications You must be signed in to change notification settings

KhaNerd1/AES-cipher-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

The words.txt file contains words from the English dictionary to use it in the brute-force attack

About

This code demonstrates a cryptanalysis type, where the attacker has access to both the plaintext and its corresponding ciphertext. By using the Crypto library in Python and AES cipher and applying brute-force attack to find the key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages