summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2022-05-28Bugfix: image file will be saved as '-j' by accident.Keuin
2022-05-28Code reformat.Keuin
2022-05-28Optimization: reduce search space by exploiting the parity bits in DES key.Keuin
2022-05-28Bugfix: strtol error handling is of no effect.Keuin
2022-05-28Bugfix: buggy pkcs7 unpad implementation. SEGV when n=1.Keuin
2022-05-28Bugfix: decrypted file won't be saved.Keuin
2022-05-27Do not copy ciphertext.Keuin
2022-05-27Print key as ASCII string.Keuin
2022-05-27Remove finished TODO.Keuin
2022-05-27Do not print message if padding is invalid.Keuin
2022-05-27Prefilter keys by checking padding.Keuin
2022-05-27Threaded.Keuin
2022-05-27Set max line length to 80.Keuin
2022-05-27Initial version (not threaded).Keuin