Skip to content

cfortier2/cs50-password_cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs50-password_cracker

The requirements for this assignment were to create a program in C that will take an DES hashed password and attempt to crack it.

I start by parsing a file of the 10,000 most commonly used passwords and comparing that to the known hash. Then we check every word in /usr/share/dict/words Finally I run a brute force attack iterating through every possible combination.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages