What should be the data type for the hashed value of a password encrypted using PBKDF2?
问题 I am trying to learn to use PBKDF2 hash functions for storing passwords in the database. I have a rough draft of the procedure that I'll be using to generate the hashed function. But while I am creating the table in PL/SQL Developer which will hold the generated hashed password, what should I declare the data type for the encrypted password variable? It might be a lame question but I'm trying to learn online. It would be a huge help if I can get links for further study as well. thank you.