SamDecrock / node-http-ntlm

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

Support pre encrypt password #52

Closed Saber0517 closed 8 years ago

Saber0517 commented 8 years ago

Hi Sam, I was wondering if we can support user pre encrypt his password and optional run: var lmChallengeResponse = calc_resp(create_LM_hashed_password_v1(password), nonce); var ntChallengeResponse = calc_resp(create_NT_hashed_password_v1(password), nonce);

I would like to finish this ,but will you support my idea and willing to merge this?

Saber0517 commented 8 years ago

@SamDecrock