Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Which hash method should I choose to hash password, and how ?

BlueForest85Dec 4 2022 — edited Dec 4 2022

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

This post has been answered by Paulzip on Dec 4 2022
Jump to Answer
Comments
Post Details
Added on Dec 4 2022
2 comments
920 views