File: control

package info (click to toggle)
pwdsphinx 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: python: 3,807; javascript: 1,001; sh: 238; makefile: 74
file content (66 lines) | stat: -rw-r--r-- 3,102 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: pwdsphinx
Section: utils
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Stefan Marsiske <jdx5yg90@ctrlc.hu>
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-python,
               python3-setuptools,
               python3-all,
               python3-pyoprf (>= 0.6.0),
               python3-qrcodegen,
               python3-securestring,
               python3-pyequihash,
               pandoc
Standards-Version: 4.7.0
Homepage: https://github.com/stef/pwdsphinx
Vcs-Browser: https://salsa.debian.org/debian/pwdsphinx
Vcs-Git: https://salsa.debian.org/debian/pwdsphinx.git

Package: pwdsphinx
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, python3:any, python3-pysodium, python3-qrcodegen,
 python3-zxcvbn, python3-securestring, python3-pyequihash
Suggests: pinentry-gnome3 | pinentry-x11
Recommends: pwdsphinx-tools
Description: SPHINX password storage protocol - reference server implementation
 SPHINX -- password Store that Perfectly Hides from Itself (No Xaggeration) --
 is an information-theoretically secure cryptographic password storage
 protocol with strong security guarantees, as described in the 2015 paper
 "Device-Enhanced Password Protocols with Optimal Online-Offline Protection" by
 Jarecki, Krawczyk, Shirvanian, and Saxena (https://ia.cr/2015/1099).  It is
 documented online at https://sphinx.pm/ .
 .
 This package contains a CLI frontend ("sphinx"), a reference server
 implementation ("oracle") and a python wrapper for the SPHINX protocol.
 .
 If you want to use the websphinx browser extension you need to
 install an X11 variant of pinentry, as suggested by this package.

Package: pwdsphinx-tools
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, pwdsphinx, python3:any, python3-pysodium,
   pinentry-curses | pinentry, xdotool, xinput, dmenu
Description: SPHINX password storage protocol - tools to integrate into an X11 desktop
 SPHINX -- password Store that Perfectly Hides from Itself (No Xaggeration) --
 is an information-theoretically secure cryptographic password storage
 protocol with strong security guarantees, as described in the 2015 paper
 "Device-Enhanced Password Protocols with Optimal Online-Offline Protection" by
 Jarecki, Krawczyk, Shirvanian, and Saxena (https://ia.cr/2015/1099).  It is
 documented online at https://sphinx.pm/ .
 .
 This package contains various scripts:
   - wrap the client to query the master password securely using
     pinentry: "getpwd",
   - a tool "exec-on-click" which executes a command on mouse-click,
   - a tool "type-pwd" that combines the two previous tools to insert a
     password without using the clipboard,
   - a dmenu wrapper "dmenu-sphinx" that uses all of the above to retrieve
     usernames and passwords for given hosts.
   - finally, sphinx-x11(1): a script interpreter for integrating password
     managers with X11, as well as 5 xs11-* supporting scripts.
 Some of these tools can also be used for other password managers,
 that are using the clipboard to deliver passwords to the UI.