Step-by-Step Guides์ถ์ฒ: freeCodeCamp์กฐํ์ 1
What Your Auth Library Isn't Telling You About Passwords: Hashing and Salting Explained
By
Tilda Udufo
2026๋
3์ 13์ผ
**
What Your Auth Library Isn't Telling You About Passwords: Hashing and Salting Explained
**
Before I started building auth into my own projects, I didn't think too deeply about what was happening to passwords behind the scenes. Like most developers, I installed a library, called a hash function, stored the result, and moved on. I see a random string like \(2a11yMMbLgN9uY6J3LhorfU9iu.... in my database and assume my user's passwords are unbreakable. I knew it was a hashed password...
---
**[devsupporter ํด์ค]**
์ด ๊ธฐ์ฌ๋ freeCodeCamp์์ ์ ๊ณตํ๋ ์ต์ ๊ฐ๋ฐ ๋ํฅ์ ๋๋ค. ๊ด๋ จ ๋๊ตฌ๋ ๊ธฐ์ ์ ๋ํด ๋ ์์๋ณด์๋ ค๋ฉด ์๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ์ธ์.
What Your Auth Library Isn't Telling You About Passwords: Hashing and Salting Explained
**
Before I started building auth into my own projects, I didn't think too deeply about what was happening to passwords behind the scenes. Like most developers, I installed a library, called a hash function, stored the result, and moved on. I see a random string like \(2a11yMMbLgN9uY6J3LhorfU9iu.... in my database and assume my user's passwords are unbreakable. I knew it was a hashed password...
---
**[devsupporter ํด์ค]**
์ด ๊ธฐ์ฌ๋ freeCodeCamp์์ ์ ๊ณตํ๋ ์ต์ ๊ฐ๋ฐ ๋ํฅ์ ๋๋ค. ๊ด๋ จ ๋๊ตฌ๋ ๊ธฐ์ ์ ๋ํด ๋ ์์๋ณด์๋ ค๋ฉด ์๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ์ธ์.
