SamDecrock / node-http-ntlm

Node.js module to authenticate using HTTP NTLM
MIT License
192 stars 89 forks source link

Issue in ntlm.js file. #60

Closed professionallyMe closed 1 year ago

professionallyMe commented 7 years ago

Hello Sam,

While using the node-http-ntlm module I came around the following issue :

Thanks for providing a wonderful library.

SamDecrock commented 1 year ago

In my code password_hash is a Buffer, not a string.

Why did you assume password_hash is a string?