32 Commits (master)

Author SHA1 Message Date
trivernis 8cd1330730 Change to validation via HMAC-SHA256 and Remove brute-brute force 4 years ago
trivernis f7e51ebb3c Add timing results 4 years ago
trivernis e16b2bf97f Move rainbowutils to external library bdflib 4 years ago
trivernis a6d2135e5e Fix deadlock when serialising in parallel 4 years ago
trivernis 4494234a59 Add bdf read and write implementation 4 years ago
trivernis 4ef3c00693 Add Bdf writer to main 4 years ago
trivernis 020b2e8426 Add BDFWriter 4 years ago
trivernis c6add5a302 Add serialization of the generic chunk and the data entries 4 years ago
trivernis aaad6fe266 Add conversion from HashLookupTable to GenericChunk 4 years ago
Trivernis ef90303152 Fix wrong chunk name being used for parsing the meta chunk 4 years ago
Trivernis 69da09ecc8 Add serialization of HashEntries 4 years ago
Trivernis 4a9dcd35de Add serialization of meta chunks 4 years ago
Trivernis 64d76ad54d Add conversion to Hash Entries from generic chunk 4 years ago
Trivernis bbe228707e Add conversion methods between chunk data 4 years ago
Trivernis 273497cf40 Merge remote-tracking branch 'origin/master' 4 years ago
Trivernis 019ccce1cd Add rainbowutils to parse ranbow table files 4 years ago
trivernis 96da5e629d Remove timing report from decryption since it only reports the time it took for one chunk 4 years ago
Trivernis dd781209ff Add duration output after encryption 4 years ago
Trivernis 38569e632e Change mapping function to iterators only 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 ed4391da13 Change data to be stored in mutex when encrypting
Change data to be stored in a Mutex when encrypting with a dictionary to avoid decrypting the data twice for a result.
4 years ago
trivernis 509c07ff45 Remove unused EncryptionKeys struct 4 years ago
trivernis 5b2632d792 Cleanup Code 4 years ago
trivernis ca6cb3b21d Reformat Code 4 years ago
trivernis d2eccf2aff Code Cleanup 4 years ago
trivernis ca8304ba0b Add key generation based brute force 4 years ago
Trivernis b26acdb3d3 Change to rayon for multithreaded decryption 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
trivernis 6611fbc785 Initial commit 4 years ago