1 unstable release
0.1.0 | Mar 12, 2022 |
---|
#2656 in Cryptography
51 downloads per month
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.