开发者

How to retrieve salt if using HTTP authentication scheme?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜