Alg for Xenforo
#1
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?
#2
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