1.6 KiB
1.6 KiB
dispass.el
<script src="/keyjs.KS" type="text/javascript"></script> <script type="text/javascript"> keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ], "h": [ "keyjs_goto", "http://ryuslash.org" ] }); </script>
About
Usage
First place dispass.el
somewhere in your load path, or add its
location to your load path:
(add-to-list 'load-path "~/location/of/dispass.el")
Then you need to load it up:
(require 'dispass)
After that everything should be simple, either call dispass
or
dispass-create
to generate the passphrase. dispass-create
will ask
for your password twice, for confirmation purposes.
To specify a length of the generated passphrase, use numeric prefix
arguments: C-8 M-x dispass <RET>
to create a passphrase of 8
characters.