kimci86/bkcrack

Automatically compress input plaintext

kimci86 opened this issue · 0 comments

It would be convenient to pass uncompressed data and let bkcrack compress it.
It could try different compression levels and check if size matches. It won't be exhaustive (i.e. trying every compression implementation and parameters), but using zlib deflate implementation would be a good start.
Idea coming from #81.