6 ms·
Why not a simple sha(id + username + bcrypt(pass)) Is there any security issues with that? I'm a "newb" in this area, so I'm genuinely curious about the flaws
by throwaway-9111 2y ago
Why not a simple sha(id + username + bcrypt(pass))
Is there any security issues with that? I'm a "newb" in this area, so I'm genuinely curious about the flaws with the naive approach