Storing Passwords in SQL
Intro I’m sure everyone has had that moment where you create an account for something and then you have to write down the password somewhere, or store it in a password manager.
Or, you had to store those backup keys for 2FA, and those are very annoying to remember, and even when they do give you a file to download, they’re always named backup-keys-discord.txt or something. Those are really annoying to store in my opinion, and today, since I’m too cheap to use a password manager, and too good to write them down, I’m storing in them in an SQL database.