How to use SQL as tool to manage all my passwords and logins | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
+ 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