+ 1
How to use SQL as tool to manage all my passwords and logins
What do you think about managing all passwords in one table and manage it by sql? Any comments and suggestions are highly appreciated. Background info: I would like to organise all those passwords by a primary key. What do I overlook here? How can i mitigate the risk to be hacked? Could blockchain be a solution to this issue?
1 ответ
+ 3
- "How can i mitigate the risk to be hacked?"
Keep your passwords in your head.
Anyways, if you're asking if you can keep all your personal logins/passwords in a database, the answer is a resounding yes. That's how most login systems on the internet work. Just don't forget to encrypt your data in the database, and properly set up your code so people don't use your database against you.