pwdsphinx 1.0.19-1 source package in Ubuntu

Changelog

pwdsphinx (1.0.19-1) unstable; urgency=low

  * New upstream, released 2023-05-16.
    - made zxcvbn dependency optional; since src:python-zxcvbn suffers
      from #1068975: "Abandoned upstream and unmaintained".  Thanks Andrey
      Rakhmatullin.

  * d/control: change Depends from libsphinx-dev to libsphinx0, since
    upstream no longer needs the -dev symlink.

 -- Joost van Baal-Ilić <email address hidden>  Sat, 29 Jun 2024 14:42:45 +0200

Upload details

Uploaded by:
Joost van Baal
Uploaded to:
Sid
Original maintainer:
Joost van Baal
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pwdsphinx_1.0.19-1.dsc 2.0 KiB b1fbf33fe72a5c90c610a641d055bdf089e99495250049a3c5bedf51bf0d7583
pwdsphinx_1.0.19.orig.tar.xz 61.2 KiB 28caf6beacde743d6aa83a386223bde3bdf26982236334c92beca91b6415fb2b
pwdsphinx_1.0.19-1.debian.tar.xz 14.1 KiB d96e5266ad5351884e8d33af851028a50b9cd56c310cc3bb4ea61a5bc1f6d469

Available diffs

No changes file available.

Binary packages built by this source

pwdsphinx: 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).
 .
 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.

pwdsphinx-tools: 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).
 .
 This package contains 4 simple scripts which
   - 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,
   - and a dmenu wrapper "dmenu-sphinx" that uses all of the above to retrieve
     usernames and passwords for given hosts.
 Some of these tools can also be used for other password managers,
 that are using the clipboard to deliver passwords to the UI.