Are you using the same password for every single shady cringe image board you come across? Are you afraid of evil hackers being able to steal your prescious steam games or, even worse you fake monero internet money?
Well cry no longer my friend, because there exists a simple solution for this problem! That is using a non-cloud, free software password manager.
On this page I will explain how to use kpcli
, a simple command-line based password manager.
Wrong! Unless you're on windows or something there is literally no reason to use a GUI passowrd manager since CLI ones are infinitely easier to use. Here I will demonstate how that is possible.
If you are using windows however, I'm afraid your command-line experience is dramatically worse then on any other oprating system because windows is defficient,always was and always will be, and therefore you will have to use a GUI one. Mental Outlaw did a good guide on setting one up, so you can check that out. The ultimate solution though is just switching your oprating system to GNU+Linux. By not using it you're doing yourself a disservice.
Debian/Ubuntu GNU+Linux
sudo apt install kpcli
Arch GNU+Linux
You can get kpcli
from the AUR.
Gentoo GNU+Linux
sudo emerge kpcli
You will now create a database. A database is basically used to store all of your randomly generated passwords under one master password.
Enter the command-line and type: kpcli
. You should now enter a kpcli shell. from this shell you will be able to create, modify, rename, and otherwise interract with your database.
To create a database, type saveas filename.kdb
, and replace filename
with whatever you want your database to be called.
kpcli will now prompt you to create a master password. Use a very strong password for this one! This is the key to all of your other passwords that you will be using. If someone knows this password they have access to all of your other passwords, so don't set '1234' unless it's a test.
If everything went smoothly you should now have a functional database.
A .kdb file should now be created in the last directory you've been to. This file is encrypted and to open it you have to have a kdb-compatible program and your password. You will need this file to access your passwords!
You can access this file either from the kpcli shell or, as I preffer to do it, outside of the shell you can do kpcli --kdb filename.kdb
. After giving your password you will enter the kpcli shell. Here you can do ls
to see all of the availiable groups that there are.
You can cd
into a group of your choosing and start creating a new entry. To create one use the new
command.
Kpcli will now prompt you to fill in the following:
ls
.g
and enter. That will ensure the most security..
on a new line. After finishing, you can show the contents of the entry with show titleofentry
, this will show everything with the password blurred out. To show the password also use show -f titleofentry
.
Easy enough, right? Your mom could probably use this. And yes, I mean the cli version.
I recommend you doing backups of your kdb file, because once you lose access to this file, you lose access to all of your passwords!.
Phone note: you can use your phone to open your .kdb database too if you trust google not to monitor your keystrokes and then selling your master password. I recommend KeePassDX for android, but there are numerous other ones. Just make sure not to use a proprietary password manager ffs.
If you have any further comments, questions or suggestions, send them at jakub@based-jacob.xyz.