diff --git a/dispass_passwords.org b/dispass_passwords.org index 1a5a5cf..ef676e4 100644 --- a/dispass_passwords.org +++ b/dispass_passwords.org @@ -1,6 +1,7 @@ #+TITLE: Using DisPass to manage your passwords #+DATE: 2016-02-14 #+COLESLAW_TAGS: dispass +#+OPTIONS: num:nil *tl;dr*: If you don’t care about any of the back story and just want to know how to use DisPass to manage passwords, skip to [[Managing diff --git a/dispass_passwords.post b/dispass_passwords.post index fda7d45..f48629f 100644 --- a/dispass_passwords.post +++ b/dispass_passwords.post @@ -6,12 +6,12 @@ format: html ;;;;;
tl;dr: If you don’t care about any of the back story and just want -to know how to use DisPass to manage passwords, skip to 5 for instant gratification. +to know how to use DisPass to manage passwords, skip to Managing passwords for instant gratification.
DisPass is a project that was started, and is still maintained, by a friend and former colleague of mine. I've been using it for quite @@ -38,8 +38,8 @@ value, but can also be specified through command-line switches.
Being a functional anything usually means that whatever you're using doesn't maintain any state. This can be true for DisPass, but isn't @@ -70,8 +70,8 @@ knows the password(s) you use to generate the passphrases.
DisPass is easy to install if you have either Archlinux or pip installed. Windows is a bit more problematic and I don’t even know @@ -110,9 +110,9 @@ sudo pip install dispass
Seeing as how my friend would like it to be generally useful, and he’s a VIM user, there is both a GUI and CLI interface. Since I’m an @@ -121,20 +121,20 @@ well.
The CLI is what gets the most attention and gets developed the -most. I will be working with this in the 5 +most. I will be working with this in the Managing passwords section.
There is a basic GUI included with dispass, it can be started with
either the gdispass
or the dispass gui
commands. It requires
@@ -147,9 +147,9 @@ on Windows.
I wrote an Emacs interface when I started using DisPass. It tries to copy the generated passwords directly to the clipboard, instead @@ -164,9 +164,9 @@ It's available on github.
I also wrote a Conkeror interface some time later, because I didn't want to keep copying and pasting the passphrases through one of the @@ -180,9 +180,9 @@ It's also available on github
As I mentioned, the idea is to expand the GUI and use a different gui library for it, to make it look a little better. The @@ -202,8 +202,8 @@ which is an obstacle, but I haven't looked at this either.
Now for the real fun. Generating passphrases is simple. Use the
generate
command:
@@ -368,8 +368,8 @@ dispass remove foobar
Yes, this is an excellent project and I'm not just saying that because a friend of mine wrote it. There are some things that it