DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Node.js
Why is SHA-256 a poor choice for hashing passwords, despite being a legitimate, secure hash function generally?
A
SHA-256 is insecure and broken
B
SHA-256 is deliberately FAST, which lets an attacker with a leaked hash database brute-force guesses extremely quickly
C
SHA-256 doesn't produce a fixed-length output
D
SHA-256 can't be used with JavaScript
Check Answer