22 Commits (6328b490ce364b0e6d23bad895ea348576533cee)

Author SHA1 Message Date
Trivernis 6328b490ce Merge branch 'master' of https://github.com/parallel-programming-hwr/destools
- Remove benchmarking of sha512
5 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.
5 years ago
trivernis 09a2e46a95 Increase number of dictionary producing threads 5 years ago
trivernis 8cd1330730 Change to validation via HMAC-SHA256 and Remove brute-brute force 5 years ago
trivernis 2816a1f138 Update bdflib version to multithreaded decompression 5 years ago
trivernis 3b0479427d Update to multithreaded bdflib version 5 years ago
Trivernis 211ece2265 Update bdflib version 5 years ago
Trivernis 78484ed656 Optimize performance
- Update bdflib version
- Increase buffer size for data entries when decrypting
- Remove unnecessary read time report on decrypting
5 years ago
trivernis f7e51ebb3c Add timing results 5 years ago
trivernis bef6a36b5a Remove unused dependencies 5 years ago
trivernis e16b2bf97f Move rainbowutils to external library bdflib 5 years ago
trivernis 4ef3c00693 Add Bdf writer to main 5 years ago
trivernis aaad6fe266 Add conversion from HashLookupTable to GenericChunk 5 years ago
Trivernis 019ccce1cd Add rainbowutils to parse ranbow table files 5 years ago
trivernis eb506f5b6a Fix non-printable characters being included in the dicitonary 5 years ago
trivernis 813ac09607 Remove itertools and removal of duplicated password entries
Password files need to be preprocessed to remove duplicated values for now.
5 years ago
trivernis ea27a8f643 Add Progress Bar and Spinners 5 years ago
trivernis 5d74d81e99 Remove unused dependencies 5 years ago
trivernis ca8304ba0b Add key generation based brute force 5 years ago
Trivernis e9cac5a16a Fix multithreading and update README 5 years ago
trivernis 5ca4be142d Add [broken] multithreading 5 years ago
trivernis 80f845f8ab Initial single threaded application 5 years ago