ntlm-hash 0.1.0

Lightweight ntlm hash implementation
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented1 out of 5 items with examples
  • Size
  • Source code size: 9.26 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.18 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Ratipoka

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.