| Crates.io | ntlm-hash |
| lib.rs | ntlm-hash |
| version | 0.1.0 |
| created_at | 2022-03-12 17:14:34.74917+00 |
| updated_at | 2022-03-12 17:14:34.74917+00 |
| 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.