Hacker News
- How to properly store a password in the Database https://petrepopescu.tech/2021/01/how-to-properly-store-a-password-in-the-database/ 3 comments
- How to store a password in the database https://learnworthy.net/how-to-store-a-password-in-database 47 comments webdev
- when salting users password are we supposed to store them in the database ? https://www.reddit.com/r/webdev/comments/68jdi0/when_salting_users_password_are_we_supposed_to/ 67 comments webdev
- Storing user passwords safely in the database http://blog.mist.io/post/75060934180/storing-user-passwords-safely-in-the-database 113 comments programming
- Microsoft Store India hacked, username and password database leaked http://www.neowin.net/news/microsofts-india-store-has-been-compromised-passwords-saved-as-plain-text 5 comments india
- Microsoft Store India hacked, username and password database leaked | The Verge http://www.theverge.com/2012/2/12/2793459/microsoft-store-india-hacked-username-password-leak?utm_source=dlvr.it&utm_medium=twitter 4 comments technology
- Preventing XP from Storing an LM Hash of your Password in the SAM Database http://geeksaresexy.blogspot.com/2006/05/preventing-xp-from-storing-lm-hash-of.html 2 comments reddit.com
- Best Practices for Storing Passwords in Database (currently a security risk) https://www.mssqltips.com/sqlservertip/4037/storing-passwords-in-a-secure-way-in-a-sql-server-database/ 15 comments database
- Storing a password in MySQL and getting C#, Powershell, and PHP to read/write to database. https://www.reddit.com/r/learnprogramming/comments/4y47js/storing_a_password_in_mysql_and_getting_c/ 16 comments learnprogramming
- What do you do with your user’s password? A good practice is to hash the password and then store the hash into the database. You also need a salt, read more: https://tamalweb.com/how-to-properly-handle-your-users-passwords 3 comments node
- Fun Fact: 4 years ago, reddit had data theft similar to Gawker. Passwords in reddit's database were actually stored in plaintext. http://www.reddit.com/comments/usqe/reddits_streak_of_bad_luck_continues 335 comments technology
- Why should passwords be encrypted if they’re stored in a secure database? It's not just about your programming problem this time. http://arstechnica.com/information-technology/2014/04/why-should-passwords-be-encrypted-if-theyre-stored-in-a-secure-database/ 18 comments sysadmin