19 Commits (52378b753da3f3da7e7d927a7ba92be4cd304198)
 

Author SHA1 Message Date
trivernis 52378b753d Decrease memory usage 5 years ago
trivernis ea27a8f643 Add Progress Bar and Spinners 5 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.
5 years ago
trivernis 3e9e1a1eb6 Replace custom file read/write with fs::read/write 5 years ago
trivernis e62ec8ea30 Improve error handling 5 years ago
Trivernis 39bbc53655 Remove obsolete .iter on vectors 5 years ago
trivernis 509c07ff45 Remove unused EncryptionKeys struct 5 years ago
trivernis 5b2632d792 Cleanup Code 5 years ago
trivernis ca6cb3b21d Reformat Code 5 years ago
trivernis d2eccf2aff Code Cleanup 5 years ago
trivernis 5d74d81e99 Remove unused dependencies 5 years ago
trivernis ca8304ba0b Add key generation based brute force 5 years ago
Trivernis b26acdb3d3 Change to rayon for multithreaded decryption 5 years ago
Trivernis 9db6b28aa7 Remove syntax highlighting from README 5 years ago
Trivernis e9cac5a16a Fix multithreading and update README 5 years ago
trivernis 5ca4be142d Add [broken] multithreading 5 years ago
trivernis fe3745015d Update README 5 years ago
trivernis 80f845f8ab Initial single threaded application 5 years ago
trivernis 6611fbc785 Initial commit 5 years ago