Skip to main content

parse_pre_hashed_md5

Function parse_pre_hashed_md5 

Source
pub(crate) fn parse_pre_hashed_md5(stored: &str) -> Option<&str>
Expand description

If stored is a pg_authid-style pre-hash, return the inner hex (the bit after the md5 tag). Lowercase hex only; uppercase or other lengths fall back to plaintext handling.