#hash #digest #ntlm #hashing

ntlm-hash

Lightweight ntlm hash implementation

1 unstable release

0.1.0 Mar 12, 2022

#235 in Windows APIs

Download history 2/week @ 2024-11-16 6/week @ 2024-11-23 3/week @ 2024-11-30 12/week @ 2024-12-07 19/week @ 2024-12-14 1/week @ 2024-12-21 4/week @ 2025-01-25 17/week @ 2025-02-01 13/week @ 2025-02-08 34/week @ 2025-02-15 94/week @ 2025-02-22 181/week @ 2025-03-01

325 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