You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: