hashcat Forum
Alg for Xenforo - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Alg for Xenforo (/thread-5176.html)



Alg for Xenforo - WhiteTiger - 02-13-2016

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?


RE: Alg for Xenforo - atom - 02-15-2016

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