orgweb/site/projects/dispass.el.org
Tom Willemsen eb9348bf34 Update and add project pages
I've once again thought up a different common structure for website
pages, I hope this one sticks longer than the ones before, but this
limits duplication of data somewhat and keeps maintenance costs of
these pages fairly low.
2013-01-19 02:48:40 +01:00

2 KiB

dispass.el

<script src="/keyjs.js" type="text/javascript"></script> <script type="text/javascript"> keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ], "h": [ "keyjs_goto", "http://ryuslash.org" ] }); </script>

What does it do?

DisPass is a passphrase generator. dispass.el is an Emacs wrapper for DisPass.

Why was it written?

DisPass is written by a friend of mine and I really liked the idea of it. But the interface he had for it was not to my liking, it was not Emacs.

Why the license?

Since DisPass uses the ISC license, I thought it would be polite to use the same license.

Who is it for?

Anyone who prefers to use emacs as a universal interface and also likes to use DisPass.

Data

Version 0 (development only)
Language Emacs Lisp
License ISC

Features

  • Copy passwords directly to the clipboard, no need for manual selection and copying.
  • Specify the length of the passphrase by using a numeric prefix argument.
  • Input completion for labels.
  • Some label management (adding, removing).

Dependencies

Emacs
Probably version 24+, since that is what it's being developed on.
DisPass
At least v0.1a8, best is a recent git version.

More…