Sha224?
#1
Hi, im making a site and our pass encryprion has to be sha224 only.
Is there a sha224 mode available for hashcat?
#2
Code:
$ hashcat -V
v4.0.1

$ hashcat --help | egrep -i 'sha.*22'
  1300 | SHA-224
~