What data type to use for hashed password field and what length?

I’m not sure how password hashing works (will be implementing it later), but need to create database schema now.

I’m thinking of limiting passwords to 4-20 characters, but as I understand after encrypting hash string will be of different length.

So, how to store these passwords in the database?

10 Answers
10

Leave a Comment