24 lines
479 B
Markdown
24 lines
479 B
Markdown
|
Indivisible
|
||
|
===========
|
||
|
Uhn is a brute force hash decryptor written in C.
|
||
|
|
||
|
Building
|
||
|
--------
|
||
|
This project uses CMake to build.
|
||
|
|
||
|
```bash
|
||
|
$ cd build/
|
||
|
$ cmake ..
|
||
|
$ make
|
||
|
```
|
||
|
|
||
|
To build a release build run `cmake -DCMAKE_BUILD_TYPE=Release ..` instead.
|
||
|
|
||
|
Contributing
|
||
|
------------
|
||
|
If you would like to contribute to Uhn then please read the [contributing file](/CONTRIBUTING.md) before creating a merge request.
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
This project is licensed with the [GNU GPLv3](/LICENSE).
|