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.
- Host: GitHub
- URL: https://github.com/vgsantoniazzi/cryptery
- Owner: vgsantoniazzi
- Created: 2017-05-04T17:40:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T18:26:50.000Z (about 8 years ago)
- Last Synced: 2025-01-10T16:50:37.573Z (5 months ago)
- Topics: brute-force, clang, pthreads, stress-testing
- Language: C
- Homepage:
- Size: 16.9 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).