Skip to content

Optimized code for decrypting hashes. It works 100 times faster than others

License

Notifications You must be signed in to change notification settings

geniuszlyy/GenDeHasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GenDeHasher

EN: Optimized code for decrypting hashes. It works 100 times faster than others

This program is designed to decrypt hashes by brute force passwords from existing wordlists.

The program has 2 modes, namely:

  1. Convert the raw hash to a hash:salt
  2. Use an optimized GenDeHasher 1

Thus, when you select 1 item, you insert the hash and salt you have (if available) and then get an already sorted, ready hash. 2

3

If you select 2 items, you first select the path to your wordlist, then enter the hash and salt (if there is no salt, then leave the field empty) and then the password is selected and if it is found, you will receive a message about it. 4

5

RU: Оптимизированный код для расшифровки хэшей. Он работает в 100 раз быстрее других.

Данная программа предназначена для расшифровки хэшей методом перебора паролей из имеющегося wordlists.

У программы имеются 2 режима, а именно:

  1. Преобразовать необработанный хеш в хеш:соль
  2. Использовать оптимизированный GenDeHasher

1

Таким образом, при выборе 1 пункта, вы вставляете имеющийся у вас хэш и соль(при наличии) и затем получаете уже отсортированный, готовый хэш. 2

3

При выборе 2 пункта, вы для начала выбираете путь до вашего wordlist, затем введите хэш и соль(если соли нет, то поле оставляете пустым) и затем идет подбор пароля и если он найдется, вам выдаст об этом сообщение. 4

5