48 Commits (a6d2135e5efc5be93304abfea331cf0de299f382)
 

Author SHA1 Message Date
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 eb87c11271 Increase lines per chunk constant 4 years ago
trivernis 8f09c68fa0 Remove waiting for thread since the thread will be killed when the program exists anyway 4 years ago
trivernis 1fb5300a9a Add progress bar to decryption progress 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 14a05da97f Merge remote-tracking branch 'github/master' 4 years ago
trivernis 6ed59b8956 Change to process dictionary file in chunks to reduce memory impact 4 years ago
Trivernis dd781209ff Add duration output after encryption 4 years ago
Trivernis 7ac00d911b Improve memory efficientcy of decryption 4 years ago
trivernis eb506f5b6a Fix non-printable characters being included in the dicitonary 4 years ago
trivernis 8195d39981 Change dictionary storage type to Tab-Seperated-Values 4 years ago
trivernis 88a268e646 Revert back to sync channels with bigger buffer 4 years ago
trivernis edf97e204d Revert to channels without a limit to speed up calculations again 4 years ago
trivernis fa2ad327fc Limit channel size and add a BuffWriter to speed up io 4 years ago
trivernis 36d8f2e4fd Optimize memory usage even further by iterating over lines directly 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 52378b753d Decrease memory usage 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 3e9e1a1eb6 Replace custom file read/write with fs::read/write 4 years ago
trivernis e62ec8ea30 Improve error handling 4 years ago
Trivernis 39bbc53655 Remove obsolete .iter on vectors 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 5d74d81e99 Remove unused dependencies 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 9db6b28aa7 Remove syntax highlighting from README 4 years ago
Trivernis e9cac5a16a Fix multithreading and update README 4 years ago
trivernis 5ca4be142d Add [broken] multithreading 4 years ago
trivernis fe3745015d Update README 4 years ago
trivernis 80f845f8ab Initial single threaded application 4 years ago
trivernis 6611fbc785 Initial commit 4 years ago