-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
30 lines (25 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
nss-passwords
=============
This program reads passwords from a Mozilla keyring. It can run
entirely in text mode. It is merely a higher level version of
pwdecrypt, which is no longer convenient for direct use with
SQLite-based and JSON-based keyrings of recent versions of Firefox.
Requirements (versions known to work are between brackets):
- Mozilla's Network Security Services (NSS) [3.12.6]
(http://www.mozilla.org/projects/security/pki/nss/)
- Objective Caml [3.12.0]
(http://caml.inria.fr/)
- ocaml-fileutils [0.4.0]
(http://ocaml-fileutils.forge.ocamlcore.org/)
- ocaml-sqlite3 [1.5.6]
(http://ocaml.info/home/ocaml_sources.html#ocaml-sqlite3)
- atdgen [1.3.1]
(http://mjambon.com/atdgen)
- some pinentry obeying the Assuan protocol
(e.g. pinentry-curses [0.8.0] from http://www.gnupg.org/aegypten/)
Usage: run with --help option
Tested with:
- Iceweasel 3.5.11 (should be OK with Firefox of same version)
- Iceweasel 32.0 (should be OK with Firefox of same version)
- Icedove 3.0.6 (should be OK with Thunderbird of same version)
-- Stéphane Glondu <[email protected]> Tue, 31 Aug 2010 17:58:11 +0200