Y
Hacker News
new
|
ask
|
show
|
jobs
by
tokenizerrr
3781 days ago
Well, there's your problem. When dealing with passwords you don't want encryption. You want hashing.
1 comments
darkstar999
3780 days ago
Hashing is considered one-way encryption, no?
link
sarciszewski
3778 days ago
No, it's one-way cryptography, but it's not a form of encryption.
https://paragonie.com/blog/2015/08/you-wouldnt-base64-a-pass...
link