longshot: Fast Brute-force search using parallelism
[ algorithm, cryptography, library, mit, parallelism, program, search ]
[ Propose Tags ]
[ Report a vulnerability ]
Longshot enables to search for preimages from a given hash value using a brute-force method based on parallelism.
Support various search lengths, character sets and hashers
Strict mode: searches only for a given exact length
Deep mode: searches everything less than or equal to a given length.
Use
CPUsas much as possible. Get the most out of them!Use, however,
memoryas little as possible.
Please see the documentation at https://github.com/thyeem/longshot for usage example.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- longshot-0.1.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | base (>=4.12.0 && <5), base16-bytestring (>=0.1.0 && <0.2), blake2 (>=0.3.0 && <0.4), blake3 (>=0.2 && <0.3), bytestring (>=0.10.8 && <0.11), containers (>=0.6 && <0.7), cryptohash-sha256 (>=0.11.101 && <0.12), cryptonite (>=0.25), deepseq (>=1.4.4 && <1.5), docopt (>=0.7.0 && <0.8), longshot, memory (>=0.14.0 && <0.16), parallel (>=3.2.2 && <3.3), template-haskell (>=2.14.0 && <2.17) [details] |
| License | MIT |
| Copyright | Francis, 2020 |
| Author | Francis Lim, Jongwhan Lee |
| Maintainer | thyeem@gmail.com |
| Uploaded | by thyeem at 2020-10-11T20:43:57Z |
| Category | algorithm, search, cryptography, parallelism |
| Home page | https://github.com/thyeem/longshot#readme |
| Bug tracker | https://github.com/thyeem/longshot/issues |
| Source repo | head: git clone https://github.com/thyeem/longshot |
| Distributions | |
| Executables | longshot |
| Downloads | 1259 total (14 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2020-10-11 [all 1 reports] |