An open API service indexing awesome lists of open source software.

https://github.com/vgsantoniazzi/cryptery

cryptery — A C implemenation w/ pthreads brute-force decrypt algorithm. Sometimes used as stress tests.
https://github.com/vgsantoniazzi/cryptery

brute-force clang pthreads stress-testing

Last synced: 4 months ago
JSON representation

cryptery — A C implemenation w/ pthreads brute-force decrypt algorithm. Sometimes used as stress tests.

Awesome Lists containing this project

README

        

## Welcome to cryptery

this is a C algorithm to decrypt w/ brute-force hashes

This version uses pure clang pthreads

## Getting Started

Compiling with Clang

```
clang cryptery.c -o cryptery -lpthread -lcrypto
```

## Usage

```
./cryptery __HASH__
```

## Contributing

I :heart: Open source!

[Follow github guides for forking a project](https://guides.github.com/activities/forking/)

[Follow github guides for contributing open source](https://guides.github.com/activities/contributing-to-open-source/#contributing)

## Code status

## License

Cryptery is released under the [MIT license](http://opensource.org/licenses/MIT).