Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Separator unmatched for hmac sha512
Post: RE: Separator unmatched for hmac sha512

penguinkeeper Wrote: (12-11-2021, 04:14 AM) -- Hashcat only supports keyed hmac, in this case, you didn't provide your Python code a key, so it has no key. For your hash, run -m 1750 and append a col...
fishoil hashcat 3 6,975 12-11-2021, 07:56 AM
    Thread: Separator unmatched for hmac sha512
Post: Separator unmatched for hmac sha512

Consider the following python script: Code: -- #!/usr/bin/env python import hashlib import hmac def to_hash(raw):     return hmac.new(raw.encode("utf-8"),                     digestmod=h...
fishoil hashcat 3 6,975 12-10-2021, 04:25 PM