hashcat Forum
Adding CRC64 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-40.html)
+--- Thread: Adding CRC64 (/thread-7006.html)



Adding CRC64 - larkwiot - 11-12-2017

Hello all,

I would like to add CRC64 support. Currently, it appears that there are multiple variants and there is not a clear "official" one to add. CRC32 is supported already, and since hashcat went open source (from what I can tell) primarily to allow new algorithms to be added, I am assuming that adding this should be relatively easy.

However, I cannot find any information on how to go about this.

What do I need to do?

Thanks in advance!


RE: Adding CRC64 - undeath - 11-12-2017

well, implement it and create a pull request on github https://github.com/hashcat/hashcat


RE: Adding CRC64 - larkwiot - 11-12-2017

(11-12-2017, 12:34 AM)undeath Wrote: well, implement it and create a pull request on github https://github.com/hashcat/hashcat
 
I guess I will just poke around in the source code then in absence of any documentation?


RE: Adding CRC64 - undeath - 11-12-2017

Yes, there is no documentation apart the code in the repository afaik.