Hi there.

Thanks for that tool suite and your support :)

I already submitted some small bugfixes/improvements to redmine.
Is porting Kraken and its tools to windows, vc++ some option for you?
I have already ported it and could "clean" that up if you wish so that
this is SVN-capable. There are just some additional dependencies that
come along with pthread usage, missing features on win32 and such.

I also reworked the servercore/kraken/find_kc little to make it possible
to just submit two guessed burst crpyto bits and their COUNT and kraken
will respond with the calculated Kc if there is any.

This removes the strict separation of these tools, but makes it easier
to communicate with them and make use of kraken.

e.g.:
> crack [114 bits] [COUNT] [114 bits] [COUNT]
< 201 Request queued (0 in queue)
< 202 Processing your request now
< 404 Key not found (search took 376 sec)

> crack [114 bits] [COUNT] [114 bits] [COUNT]
< 201 Request queued (0 in queue)
< 202 Processing your request now
< 200 C5C278E0EB5EE115 Key found (search took 238 sec)

There is also support for multiple clients where one can issue a 'fake'
or 'cancel' command to abort the currently processed request with or
without a faked result (fake: 200 with pseudo-key, cancel: 404). This
makes testing the own tooling a little easier.


BR,
Georg


_______________________________________________
A51 mailing list
[email protected]
http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51

Reply via email to