Skip to main content

outer_md5_challenge

Function outer_md5_challenge 

Source
fn outer_md5_challenge(inner_hex: &str, salt: &[u8]) -> String
Expand description

MD5 challenge response when only the inner hash is known: the client sends md5{hex(md5(inner_hex || salt))} and the server precomputes the same string for comparison.