#hash #hashing #digest

ntlm-hash

Lightweight ntlm hash implementation

1 unstable release

0.1.0 Mar 12, 2022

#2656 in Cryptography

Download history 10/week @ 2024-07-20 15/week @ 2024-07-27 24/week @ 2024-08-03 7/week @ 2024-08-10 19/week @ 2024-09-21 7/week @ 2024-09-28 17/week @ 2024-10-05 12/week @ 2024-10-12 22/week @ 2024-10-19 15/week @ 2024-11-02

51 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