Ref:
https://wiki.mozilla.org/Labs/Weave/WEP/100
Hi,
I am working with Anant to implement this WEP and had following
doubts.
I am thinking the adding "salt" to passphrase while auto-generating
password and providing a way to access this salt to public (as weave
clients should have this salt before logging into the weave server.
By storing this info at weave server, we are going to give some extra
info (digest and part of the input used to generate this digest) to
recreate the passpharse.
So, I will that we can get the same degree of security without using
the salt also. Please let me know if I am missing something in
understanding the rationale behind using salt.
Cheers.