Expand description
Functions§
- convert_
hex - This function converts the output of
ntlm_crypt
to hexadecimal form - ntlm_
crypt - The main function of this crate : the raw hash function
- ntlm_
hash - This function takes a string and output a hex of the ntlm hash
- prepare_
key - This function takes care of the Unicode conversion and the padding
it takes an array of bytes as input so do
str.as_bytes()
to use the function on a &str