Crates.io | ntlm-hash |
lib.rs | ntlm-hash |
version | 0.1.0 |
source | src |
created_at | 2022-03-12 17:14:34.74917 |
updated_at | 2022-03-12 17:14:34.74917 |
description | Lightweight ntlm hash implementation |
homepage | |
repository | |
max_upload_size | |
id | 548827 |
size | 9,583 |
This crate inplements the ntlm hash in pure rust.
use ntlm_hash::*
println!("{}", ntlm_hash("some_string"))
This crate hashes only strings of maximum 31 characters long.