aczid / crypto1_bs

Bitsliced Crypto-1 brute-forcer
200 stars 78 forks source link

Can find key for not selected sector #26

Closed zevsariy closed 7 years ago

zevsariy commented 7 years ago

When I use brute for crack sector 5(for example), I can get the key, but this key will be not for selected sector 5, It can be for sector 2,3,4. When I crack sector 3, I can get key for sector 5, not for sector 3. Also, when I use true key for sector 5 for cracking another sector, brute can say, that this key is not for selected sector O.o

unkernet commented 7 years ago

You should input block number, not a sector.

zevsariy commented 7 years ago

LOL, it is really work). Thank you. It is my mistake, I spend two weeks, before I understand it >_<

aczid commented 7 years ago

I would have hoped the fixes in https://github.com/aczid/crypto1_bs/pull/20 would have removed this confusion by now. Happy to hear that it works as intended! :) Closing this issue.