20 Commits (6328b490ce364b0e6d23bad895ea348576533cee)

Author SHA1 Message Date
Trivernis 6328b490ce Merge branch 'master' of https://github.com/parallel-programming-hwr/destools
- Remove benchmarking of sha512
4 years ago
Trivernis 564c23a511 Add benchmarking subcommand
The benchmarking subcommand returns the time it takes to

...create a sha256 hash
...create a sha512 hash
...encrypt some data via des
...decrypt des encrypted data

Each benchmark is run 1 Million times and the average result as well as the
standard deviation is returned.
4 years ago
trivernis 09a2e46a95 Increase number of dictionary producing threads 4 years ago
trivernis 8cd1330730 Change to validation via HMAC-SHA256 and Remove brute-brute force 4 years ago
trivernis 2816a1f138 Update bdflib version to multithreaded decompression 4 years ago
trivernis 3b0479427d Update to multithreaded bdflib version 4 years ago
Trivernis 211ece2265 Update bdflib version 4 years ago
trivernis bef6a36b5a Remove unused dependencies 4 years ago
trivernis e16b2bf97f Move rainbowutils to external library bdflib 4 years ago
trivernis 4ef3c00693 Add Bdf writer to main 4 years ago
trivernis aaad6fe266 Add conversion from HashLookupTable to GenericChunk 4 years ago
Trivernis 019ccce1cd Add rainbowutils to parse ranbow table files 4 years ago
trivernis eb506f5b6a Fix non-printable characters being included in the dicitonary 4 years ago
trivernis 813ac09607 Remove itertools and removal of duplicated password entries
Password files need to be preprocessed to remove duplicated values for now.
4 years ago
trivernis ea27a8f643 Add Progress Bar and Spinners 4 years ago
trivernis 5d74d81e99 Remove unused dependencies 4 years ago
trivernis ca8304ba0b Add key generation based brute force 4 years ago
Trivernis e9cac5a16a Fix multithreading and update README 4 years ago
trivernis 5ca4be142d Add [broken] multithreading 4 years ago
trivernis 80f845f8ab Initial single threaded application 4 years ago