13 Commits (master)

Author SHA1 Message Date
trivernis 8cd1330730 Change to validation via HMAC-SHA256 and Remove brute-brute force 5 years ago
trivernis 4494234a59 Add bdf read and write implementation 5 years ago
trivernis 96da5e629d Remove timing report from decryption since it only reports the time it took for one chunk 5 years ago
Trivernis dd781209ff Add duration output after encryption 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 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 ca8304ba0b Add key generation based brute force 5 years ago
trivernis 80f845f8ab Initial single threaded application 5 years ago
trivernis 6611fbc785 Initial commit 5 years ago