An open API service indexing awesome lists of open source software.

https://github.com/geniuszly/gendehasher

Optimized code for decrypting hashes. It works 100 times faster than others
https://github.com/geniuszly/gendehasher

authme authme-sha256 cryptography cybersecurity decryption dehash dehasher ethical-hacking gendehasher hash-algorithms hash-cracking hash-decryption md5 password-recovery penetration-testing python security-tools sha256

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/user-attachments/assets/0d09bb11-5ffb-4daf-89cd-54645bcf7f89)

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](https://github.com/user-attachments/assets/3e14646c-e4a2-4397-8c4c-6da32eba5b87)

![3](https://github.com/user-attachments/assets/cf17340a-5154-468c-a827-eaa21a2253e6)

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](https://github.com/user-attachments/assets/8987ebb5-6553-4c9c-bbf2-a3c70dc63bfa)

![5](https://github.com/user-attachments/assets/260ab121-d7d5-41bc-be37-66c1f55b326a)

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

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

У программы имеются 2 режима, а именно:
1) Преобразовать необработанный хеш в хеш:соль
2) Использовать оптимизированный GenDeHasher

![1](https://github.com/user-attachments/assets/0d09bb11-5ffb-4daf-89cd-54645bcf7f89)

Таким образом, при выборе 1 пункта, вы вставляете имеющийся у вас хэш и соль(при наличии) и затем получаете уже отсортированный, готовый хэш.
![2](https://github.com/user-attachments/assets/3e14646c-e4a2-4397-8c4c-6da32eba5b87)

![3](https://github.com/user-attachments/assets/cf17340a-5154-468c-a827-eaa21a2253e6)

При выборе 2 пункта, вы для начала выбираете путь до вашего wordlist, затем введите хэш и соль(если соли нет, то поле оставляете пустым) и затем идет подбор пароля и если он найдется, вам выдаст об этом сообщение.
![4](https://github.com/user-attachments/assets/8987ebb5-6553-4c9c-bbf2-a3c70dc63bfa)

![5](https://github.com/user-attachments/assets/260ab121-d7d5-41bc-be37-66c1f55b326a)