Skip to content

lorenzo-arena/des-finder-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DES Finder project

This project was made for the "parallel computing" course at the Computer Engineering University of Florence.

Goal

The main goal is to write two version of the same program which must find a password from a dictionary, given an hash and a salt.

The algorithm used for hashing passwords is one of the first used for storing password in Unix systems, crypt(3).

Requirements

This project can be built using meson and ninja.

To execute a build you need to navigate to the folder "sequential" or "parallel" and use the following commands:

$ meson builddir
$ cd builddir
$ ninja

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published