pwdsphinx 1.0.18-3 source package in Ubuntu

Changelog

pwdsphinx (1.0.18-3) unstable; urgency=low

  * d/control: make dependency on libsphinx-dev versioned (>= 1.1.1):
    libsphinx api changed.  (We use this library by calling Python's
    ctypes.cdll.LoadLibrary in sphinxlib.py.)

 -- Joost van Baal-Ilić <email address hidden>  Sun, 06 Aug 2023 07:08:13 +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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pwdsphinx_1.0.18-3.dsc 2.0 KiB eaced500acff2f42c873f55342c6b8cdbbdad264f3de6933dacebacf12aa5478
pwdsphinx_1.0.18.orig.tar.gz 85.8 KiB 86bbdf606c97df58538184aaf664f95e41887b3eb520f76ff4744b878f7e0f00
pwdsphinx_1.0.18-3.debian.tar.xz 13.9 KiB e27bebb3c27caa3f89c530017f2d4cc037a129b416ff137d97bf1544e66b31ce

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.