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). It is documented online at https://sphinx.pm/ .

python3-validate-pyproject

Automated checks on pyproject.toml by JSON Schema definitions

With the approval of PEP 517 and PEP 518, the Python community shifted towards a strong focus on standardisation for packaging software, which allows more freedom when choosing tools during development and make sure packages created using different technologies can interoperate without the need for custom installation procedures.

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). It is documented online at https://sphinx.pm/ .

libmail-dmarc-perl

Perl implementation of DMARC

Mail::DMARC is a suite of tools for implementing DMARC. It adheres to the 2013 DMARC draft, intending to implement every MUST and every SHOULD.

python3-aiomealie

Asynchronous client for interacting with Mealie instances

This library provides an efficient way to interact with Mealie instances asynchronously. Mealie is a self-hosted recipe manager that allows users to store and organize recipes, making them easily accessible. The library sends and receives data to and from the Mealie API, enabling seamless management of recipes, meal plans, and shopping lists. It supports asynchronous operations, allowing for non-blocking requests and efficient handling of API calls. This can be particularly useful in applications where responsiveness is crucial, such as in web applications or services that need to interact with the Mealie API without delay.

libsyntax-highlight-perl-perl

Highlighting of Perl Syntactical Structures

Syntax::Highlight::Perl provides syntax highlighting for Perl code. The design bias is roughly line-oriented and streamed (ie, processing a file line-by-line in a single pass). Provisions may be made in the future for tasks related to "back-tracking" (ie, re-doing a single line in the middle of a stream) such as speeding up state copying.