How to use SQL as tool to manage all my passwords and logins | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

5th Jul 2017, 1:56 PM
Josué Manuel Quintana Diaz
Josué Manuel Quintana Diaz - avatar
1 Answer
+ 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.
5th Jul 2017, 2:08 PM
AgentSmith