开发者

How to retrieve salt if using HTTP authentication scheme?

开发者 https://www.devze.com 2022-12-23 01:50 出处:网络
Is it possible to use salted password along with standard HTTP authentication schemes ( FORM or DIGEST ) ?

Is it possible to use salted password along with standard HTTP authentication schemes ( FORM or DIGEST ) ?

I am using GlassFish, and when I request a protected page, the form or the answer with the nonce are sent back directly by the server. I can't see any o开发者_如何学编程bvious way to hook into the server mechanism to insert the salt in the 302 response ( which I thought could be a good idea ). Thus the password I return can just be hashed without salt.

Is it so ?

Thank you.

0

精彩评论

暂无评论...
验证码 换一张
取 消