aczid / crypto1_bs

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

Windows version #40

Open Semen8991 opened 5 years ago

Semen8991 commented 5 years ago

Hello! As I understood from this topic https://github.com/aczid/crypto1_bs/issues/15, it turned out to compile under Windows and it works with standard drivers, without libusb. How to do it? How to fix MinGW errors, for example alarm (1); signal (SIGALRM, notify_status_offline)?

aczid commented 5 years ago

Hello, I'm sorry but while the library seems to work fine on windows the test tools are not supported on it. It may be possible to fix the existing tools to also work on windows but I don't plan to really support it with the project. As mentioned in https://github.com/aczid/crypto1_bs/issues/15 you can just disable the interactive output that uses Linux specific calls in the code and see if you can get it to work. If you want to play around with the software as-is I would advise you to try a Linux system.

aczid commented 5 years ago

BTW, as mentioned in the README, the library code is probably better demonstrated with this tool: https://github.com/vk496/mfoc/tree/hardnested