libsphinx

Sphinx-based Password Storage low-level library

GPL-3.0 License

Stars
128
Committers
6

Bot releases are visible (Hide)

libsphinx - same as v1.1.0 Latest Release

Published by stef about 1 year ago

this is only for packaging and a good learning experience to not mess around with releases

libsphinx - Security Fix

Published by stef about 1 year ago

Attention! This release is backward incompatible with, it changes the function sphinx_finish() by adding one additional parameter.

This release contains one security fix for the following active attack where the attacker is able to inject answers between the sphinx client and server and is additionally able to sniff the password used for authentication:

client blinds password: H(p)^r - and sends it to the oracle
attacker races the answer from the oracle and simply reflects back alpha to the client
client unblinds and hashes the response: rwd = H(p,H(p)^(r*1/r))
attacker sniffs rwd
attacker can offline bruteforce the password

in this fix we enforce that the client checks in sphinx_finish() that the request send is not equal to the response. This way the attacker is forced to also include a scalar multiplication in their bruteforce attack, making it computationally more expensive.

However note that an attacker returning alpha*2 or some other small multiplier will still be able to mount a significantly cheaper bruteforce attack against the master password. This is unavoidable and well-known issue and outside of the scope of SPHINX.

libsphinx - maintenance release for debian packaging

Published by stef about 2 years ago

this release contains no changes, except for moving /debian into a seperate branch for debian packaging.

libsphinx - minor release including debianization

Published by stef about 2 years ago

this release includes hopefully everything to have it packaged under debian.

libsphinx - stable v1.0 release

Published by stef over 2 years ago

stable release.

libsphinx - Undecaffed release

Published by stef over 3 years ago

Undecaffed sphinx, now solely based on sodium. also moved opaque into its own repo.

libsphinx - prefixed public functions, makefile improvements

Published by stef over 6 years ago

This release contains an install target to the makefile, an updated goldilocks dependency and all public functions bearing prefixes.

libsphinx - beta release before v1.0

Published by stef over 6 years ago

This release should provide full and stable Sphinx and experimental Opaque functionality. The Opaque API might undergo some simplification before v1.0. But currently there are no other issues or outstanding features planned before a v1.0