99.vikram
Tank
- Joined
- Apr 15, 2006
- Messages
- 4,321
- Reaction score
- 8
With the recent spate of hacking incidents across the internet, I thought it's important that we have some info on how safe our credentials are here. So without further ado...
1. Are passwords stored in plaintext?
2. Do you use hashing algorithms like SHA, or key derivation methods like bcrypt or PKDBF2?
3. In case the answer to 2 is hashing (oh please don't let it be..) do you use per user salts?
Again, I'm not implying that you're dunderheads; it's just something I've been worried about recently, with all the accounts I have across various sites and online services.
1. Are passwords stored in plaintext?
2. Do you use hashing algorithms like SHA, or key derivation methods like bcrypt or PKDBF2?
3. In case the answer to 2 is hashing (oh please don't let it be..) do you use per user salts?
Again, I'm not implying that you're dunderheads; it's just something I've been worried about recently, with all the accounts I have across various sites and online services.