Home
last modified time | relevance | path

Searched refs:POSTGRESQL_AUTH_MAGIC (Results 1 – 2 of 2) sorted by relevance

/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dengine.h452 #define POSTGRESQL_AUTH_MAGIC "$postgres$" macro
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c2631 …fprintf (fp, "%s%s*%08x*%08x%08x%08x%08x", POSTGRESQL_AUTH_MAGIC, user_name, salt_uint, swap[0], s… in write_digest()
5836 …if (memcmp (line_buf, POSTGRESQL_AUTH_MAGIC, POSTGRESQL_AUTH_SIGN) != 0) return (LINE_SIGNATURE_UN… in parse_hash_line()