Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 22 Apr 2018 18:04:39 +0300
From: teraflopgroup <teraflopgroup@...il.com>
To: john-users@...ts.openwall.com
Cc: Denis Burykin <apingis@...nwall.net>
Subject: Re: bcrypt cracking on ZTEX 1.15y FPGA boards (bcrypt-ztex)

 Здравствуйте!
Помогите, пожалуйста решить проблему.
Плата ztex. 1.15y.
Я установил linux mint, собрал JtR, но теперь у меня с платой не проходит
тест.

Hello!
Help please solve the problem.
The board is ztex. 1.15y.
I installed linux mint, compiled JtR, but now I do not pass the test with
the board.

Сразу после сборки / Immediately after assembly::
intel@...el-desktop ~/src/john/run $ ./john --test=2
Will run 4 OpenMP threads
Benchmarking: descrypt-ztex, traditional crypt(3) [DES ZTEX]...
fpga_progclk_raw(0): LIBUSB_ERROR_PIPE
SN 04A36E1068 error -9 initializing FPGAs.
no valid ZTEX devices found

Пробуем bcrypt / try to run  bcrypt
intel@...el-desktop ~/src/john/run $ ./john --test=2 --form=bcrypt-ztex
Benchmarking: bcrypt-ztex [Blowfish ZTEX]... SN 04A36E1068: uploading
bitstreams.. ok
SN 04A36E1068: device_list_check_bitstreams(): no bitstream or wrong type
no valid ZTEX devices found

intel@...el-desktop ~/src/john/run $ ./john --test=2 --form=bcrypt-ztex
Benchmarking: bcrypt-ztex [Blowfish ZTEX]... SN 04A36E1068: uploading
bitstreams.. ok
fpga_progclk_raw(0): LIBUSB_ERROR_PIPE
SN 04A36E1068 error -9 initializing FPGAs.
no valid ZTEX devices found

Пробуем DES /  try to run DES.
intel@...el-desktop ~/src/john/run $ ./john --test=2 --form=descrypt-ztex
Benchmarking: descrypt-ztex, traditional crypt(3) [DES ZTEX]... SN
04A36E1068: uploading bitstreams.. ok
SN 04A36E1068: device_list_check_bitstreams(): no bitstream or wrong type
no valid ZTEX devices found

intel@...el-desktop ~/src/john/run $ ./john --test=2 --form=descrypt-ztex
Benchmarking: descrypt-ztex, traditional crypt(3) [DES ZTEX]... SN
04A36E1068: uploading bitstreams.. ok
fpga_progclk_raw(0): LIBUSB_ERROR_PIPE
SN 04A36E1068 error -9 initializing FPGAs.
no valid ZTEX devices found

Команды подавались подряд, текст скопирован из терминала.
Вентилятор крутится, чипы холодные. Сборка джона (magnum ripper 1.8.0.13)
прошла успешно. Opencl не устанавливал.
Запуск под sudo выводит те же результаты. Что можно сделать?   Подскажите,
пожалуйста!

Commands were submitted in a row, the text was copied from the terminal.
The fan is spinning, the chips are cold. JtR`s assembly (magnum ripper
1.8.0.13) was successful. Opencl did not installed.

https://translate.yandex.ru/

please help to fix

-teraflopgroup-

2017-07-03 22:25 GMT+03:00 Solar Designer <solar@...nwall.com>:

> On Mon, Jul 03, 2017 at 07:14:01PM +0200, Solar Designer wrote:
> > On Mon, Jul 03, 2017 at 07:12:12AM -0800, Royce Williams wrote:
> > > 0:00:00:00 - Candidate passwords will be buffered and tried in chunks
> of 262140
> > >
> > > ... for values of both 5 and 6 for TargetSetting.
> >
> > Yes, in your case TargetSetting shouldn't matter, because you have so
> > many boards that the value is capped anyway.  But you could try hacking
> > this cap in the source, in ztex_bcrypt.c:
> >
> >         262140, // Absolute max. keys/crypt_all_interval for all devices.
> >
> > Try setting it to 2031616 (as 63488*32), and then TargetSetting will be
> > making a difference.
> >
> > Denis - by the way, 262140 isn't even a multiple of 496 (core count per
> > board) - perhaps that's wrong and should be fixed.
>
> Royce, Denis has just explained to me where this value comes from, and
> it's correct as-is and isn't to be patched: things are not expected to
> work correctly for higher values.  So please disregard this part of my
> advice.  Denis intends to remove this limitation in a future revision.
>
> Alexander
>

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.