기술 로그
사이드 프로젝트
능동적 나눔과 기쁨
생각 조각 모음
독서 노트
독후감
영감 기록
[TIL] Password hashing
Dec 15, 2023 | Jun 25, 2024
| Ryoon.With.Wisdomtrees
Hashing에 관련된 자료는 계속 이 페이지에다가 업데이트하자.
Password hashing
It's good practice to hash passwords before storing them in a database. Hashing converts a password into a fixed-length string of characters, which appears random, providing a layer of security even if the user's data is exposed.
뒤로