Skip to content

Break MD5 hash using Brutal Force and OpenMP

Notifications You must be signed in to change notification settings

diogoazevedos/hash-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hash Breaker

Getting started

To build and run using Docker, please use the following commands:

$ docker image build -t hash-breaker .
$ docker container run -it hash-breaker <hash> <length> <threads>

To build and run without Docker:

$ gcc main.c -o hash-breaker -lcrypto -lssl -lm -fopenmp
$ ./hash-breaker <hash> <length> <threads>

About

Break MD5 hash using Brutal Force and OpenMP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published