#hash #digest #ntlm #hashing

ntlm-hash

Lightweight ntlm hash implementation

1 unstable release

0.1.0 Mar 12, 2022

#199 in Windows APIs

29 downloads per month

MIT/Apache

10KB
109 lines

This crate inplements the ntlm hash in pure rust.

Usage :

use ntlm_hash::*
println!("{}", ntlm_hash("some_string"))

Limitation :

This crate hashes only strings of maximum 31 characters long.


lib.rs:

This crate inplements the ntlm hash in pure rust.

Usage :

use ntlm_hash::*
println!("{}", ntlm_hash("some_string"))

Limitation :

This crate hashes only strings of maximum 31 characters long.

No runtime deps