17 Commits (ed4391da13b9737fffdbfb3b3b97b2797d03905b)
 

Author SHA1 Message Date
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