Y
Hacker News
new
|
ask
|
show
|
jobs
by
usrnm
833 days ago
Yeah, just CRC32 the password on the frontend, should be fine
1 comments
howerj
832 days ago
No, use a cryptographic hash function. If you use a CRC32 you will massively reduce the password space and make it easy to find collisions.
link