What are the risks of using password hashing algorithms like Argon2 or PBKDF2 in a JavaScript application [duplicate]

I’m wondering what are the risks of using password hashing algorithms like Argon2 or PBKDF2 in a JavaScript application.
I am wondering this because of the considerations of client-side execution, and the potential for an attacker to explo… Continue reading What are the risks of using password hashing algorithms like Argon2 or PBKDF2 in a JavaScript application [duplicate]

Is it feasible to run a program that generates passwords on the fly for brute force attacks to save disk space? [duplicate]

The title is slightly confusing but what I mean is that if you are brute forcing every combination of a password, (not using leaked dictionaries like Rockyou.txt,) you can generate custom wordlists with tools such as crunch, and then brute… Continue reading Is it feasible to run a program that generates passwords on the fly for brute force attacks to save disk space? [duplicate]