HashPals / Name-That-Hash

🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 300+ other hashes ☄ Comes with a neat web app 🔥
https://nth.skerritt.blog
GNU General Public License v3.0
1.46k stars 103 forks source link

update descrypt regex #142

Closed roycewilliams closed 1 year ago

roycewilliams commented 1 year ago

Quoting Karl W. Z. Heuer as per https://www.megalextoria.com/usenet-archive/news087f1/b108/comp/bugs/sys5/00000629.html :+1:

As a side effect of packing 64 bits of password into 11 six-bit characters, the final character is always one of [.26AEIMQUYcgkosw].

This can be used to reduce false positives for descrypt.

bee-san commented 1 year ago

Thanks so much!! ❤️