Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a GTK prompter for Himitsu, used to request user consent for application access to stored secrets.
Tessen is a bash script that can autotype and copy data from password-store and gopass files.
This package provides a simple command-line tool to convert SSH ed25519 keys to age keys.
secretsd is a generic backend for the libsecret API to use on headless systems or minimal desktop environments. It stores secrets in a sqlite database, encrypted using a AES key. The database key is stored in a regular file next to the database by default, but can be read from an external program.
This package provides a git credential helper that queries Himitsu for credentials.
pwsafe is a command line tool compatible with Counterpane's Passwordsafe.
AWS Vault is a tool to securely store and access Amazon Web Services credentials.
AWS Vault stores IAM credentials in your operating system's secure keystore and then generates temporary credentials from those to expose to your shell and applications. It's designed to be complementary to the AWS CLI tools, and is aware of your profiles and configuration in ~/.aws/config.
Vaultwarden is an unofficial Bitwarden server implementation written in Rust. It is compatible with the official Bitwarden clients, and is ideal for self-hosted deployments where running the official resource-heavy service is undesirable.
Supported features are:
Personal vault support
Organization vault support
Groups
Event Logs
Password sharing and access control
Collections
File attachments
Folders
Favorites
Website icons
Bitwarden Authenticator (TOTP)
Bitwarden Send
Emergency Access
Trash (soft delete, you can configure the days for automatic deletion)
Master password re-prompt
Personal API key
Two-step login via email, Duo, YubiKey, and FIDO2 WebAuthn
Username generator integration
Directory Connector support
Account Recovery (this requires mail to be enabled)
Live sync (WebSocket only) for desktop/browser clients/extensions
Live sync (push notifications) for mobile clients (Android/iOS)
Single Sign-On (SSO)
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP.
Maskprocessor is a high-performance word generator with a per-position configurable charset.
pass-update extends the pass utility with an update command providing an easy flow for updating passwords. It supports path, directory and wildcard update. Moreover, you can select how to update your passwords by automatically generating new passwords or manually setting your own.
This package provides a flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936.
This is a cracker for openssl encrypted files. It can be used either in exhaustive mode to try every password given a charset or in dictionary mode to try every password contained in a file.
This package provides an encrypted password manager, forked from the password-store package. Files are encrypted with the age encryption package with small explicit keys.
Rofi-pass provides a way to manipulate information stored using password-store through rofi interface:
open URLs of entries with hotkey;
type any field from entry;
auto-typing of user and/or password fields;
auto-typing username based on path;
auto-typing of more than one field, using the autotype entry;
bookmarks mode (open stored URLs in browser, default: Alt+x).
cpass is a terminal user interface for pass. It supports both vim-like keybindings and the mouse.
wiggle attempts to apply patches to a target file even if the patches do not match perfectly.
Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems.
Meld helps you review code changes and understand patches. It might even help you to figure out what is going on in that merge you keep avoiding.
GNU Wdiff is a front-end to the diff program from Diffutils that allows you to compare files on a word-by-word basis, where a word is anything between whitespace.
Colordiff is Perl script wrapper on top of diff command which provides 'syntax highlighting' for various patch formats.
Patchutils is a collection of programs that can manipulate patch files in useful ways such as interpolating between two pre-patches, combining two incremental patches, fixing line numbers in hand-edited patches, and simply listing the files modified by a patch.
Patchwork is a patch tracking system. It takes in emails containing patches, and displays the patches along with comments and state information. Users can login allowing them to change the state of patches.
E9Patch is a static binary rewriting tool for x86-64 ELF binaries, both executables and shared objects. The patched binaries can be used in place of the original, without requiring additional runtime dependencies. Binary patches can be defined through a high-level interface, which focuses on ease of use, or low-level interfaces, which provide additional flexibility and allow optimizations for performance.
pwclient is a VCS-agnostic tool for interacting with Patchwork, the web-based patch tracking system.