Description: Brute-force Search Attack on the Password-based Encryption
The program is divided into three parts: encryption, decryption and brute-force attack, which are the three methods in my class. In the brute-force attack method, use the given cipher text and the length of the password to try all possible passwords to encrypt the predefined plaintext and find the correct password.
To Search:
File list (Check if you may need any files):
BFED
....\build
....\build.xml
....\.....\classes
....\.....\.......\BFED.class
....\manifest.mf
....\nbproject
....\.........\build-impl.xml
....\.........\genfiles.properties
....\.........\private
....\.........\.......\private.properties
....\.........\.......\private.xml
....\.........\project.properties
....\.........\project.xml
....\src
....\...\BFED.java