Hello everyone,
I'm implementing an authentication system (for my Oracle APEX application), and I must hash passwords. This is also a way for me to think about salting too.
I know that BCrypt is one of the strongest hash algorithm today to hash passwords. However, I'm not a specialist.
So, I need your point of view and method (how to) to hash passwords.
Thank you