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]

How long would it take to crack hashed password stored in plain sight?

I want to store a password hash in plain sight. If I am using a dictionary to crack an Argon2 hashed password that I am storing in plain sight, how long would it take (assuming my password is reasonably complex)? Further, are there any oth… Continue reading How long would it take to crack hashed password stored in plain sight?

Practicality of outsourcing password hashing using enclaves

I’ve been pondering some potential cybersecurity applications for enclaves. One of them being the problem of password hashing.
Some clients have enclave support, meaning part of their CPU can securely execute code in an encrypted and authe… Continue reading Practicality of outsourcing password hashing using enclaves