alexanderustinov / 2023-bi-python-2

1 stars 15 forks source link

7 #76

Open alexanderustinov opened 8 months ago

alexanderustinov commented 8 months ago

Задание с дедлайном 14.04.2024

  1. Выбрать хеш-функцию (см. hashlib, passlib), назвать её тут
  2. Модифицировать код пары для брутфорс-поиска пароля по известному хешу (функция из п.1) с использованием всех ресурсов машины (multiprocessing, concurrent.futures)
  3. Программа должна корректно останавливаться сразу же после фиксации совпадения одним из процессов

При создании PR упоминуть этот issue.

@olga613blohina @Bibabibka @Gritzdev @EugeneRaven @JohnThirdt @mozalevart @kseni3sold @sonmur @Diyoni5 @LonelyColonel @QWERTY1U537 @Auchindoun @Grosperon @DianDud

JohnThirdt commented 8 months ago

blake2s

Diyoni5 commented 7 months ago

sha256

kseni3sold commented 7 months ago

blake2b

olga613blohina commented 7 months ago

md5

вс, 7 апр. 2024 г., 22:47 kseni3sold @.***>:

blake2b

— Reply to this email directly, view it on GitHub https://github.com/alexanderustinov/2023-bi-python-2/issues/76#issuecomment-2041582123, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5EXUNUCLGDB6LRPKMMU32LY4GPDVAVCNFSM6AAAAABFZWE6P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGU4DEMJSGM . You are receiving this because you were mentioned.Message ID: @.***>

DianDud commented 7 months ago

shake_256

Auchindoun commented 7 months ago

sha512

sonmur commented 7 months ago

sha384

Bibabibka commented 7 months ago

sha224

mozalevart commented 7 months ago

argon2

LonelyColonel commented 7 months ago

sha3_512