Adding CRC64
#1
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!
#2
well, implement it and create a pull request on github https://github.com/hashcat/hashcat
#3
(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?
#4
Yes, there is no documentation apart the code in the repository afaik.