To answer your question about the the salt and the PBKDF2: salt ensures that the hash of my password is different from someone else's, even if we use the same password (or I use the same password on another site). Thus,…
If it's all client side JavaScript, then the source code is the webpage.
To answer your question about the the salt and the PBKDF2: salt ensures that the hash of my password is different from someone else's, even if we use the same password (or I use the same password on another site). Thus,…
If it's all client side JavaScript, then the source code is the webpage.