Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Alg for Xenforo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. In some cases Xenforo create hashes with XenForo_Authentication_Core and sha256:
sha256(sha256(password) . salt)
I can`t find this alg in oclHashcat help. Is it exists in oclHashcat?
It does not exist, but similar exist (md5(md5(password) . salt) in -m 2611. You can rewrite the kernel to sha256, sha256 code is also present in -m 1400