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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Hashcat-utils are a set of small utilities that are useful in advanced password cracking. They all are packed into multiple stand-alone binaries. All of these utils are designed to execute only one specific function. Since they all work with STDIN and STDOUT you can group them into chains.
KeePass is a light-weight and easy-to-use password manager that helps you manage your passwords in a secure way. All passwords are stored in an encrypted database, which is locked with a master key or key file.
John the Ripper is a fast password cracker. Its primary purpose is to detect weak Unix passwords. Besides several crypt password hash types most commonly found on various Unix systems, supported out of the box are Windows LM hashes, plus lots of other hashes and ciphers. This is the community-enhanced, "jumbo" version of John the Ripper.
assword is a simple password manager using GPG-wrapped JSON files. It has a command line interface as well as a very simple graphical interface, which can even "type" your passwords into any X11 window.
Makepasswd is a program that generates pseudo-random passwords of a desired length. It can also generate their corresponding hashes for a given encryption algorithm if so desired.
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).
This package provides Wayland support by default.
This package provides a flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936.
This library is a C/C++ implementation of the zxcvbn password strength estimator. It provides functions to rate password strength, by comparing the password to several word lists, including English first and last names.
OTPClient is a GTK+-based OTP client, supporting TOTP and HOTP.
Shroud is a simple secret manager with a command line interface. The password database is stored as a Scheme s-expression and encrypted with a GnuPG key. Secrets consist of an arbitrary number of key/value pairs, making Shroud suitable for more than just password storage. For copying and pasting secrets into web browsers and other graphical applications, there is xclip integration.
Pass OTP is an extension for password-store that allows adding one-time-password (OTP) secrets, generating OTP codes, and displaying secret key URIs using the standard otpauth:// scheme.
Pwgen generates passwords which can be easily memorized by a human.
Tessen is a bash script that can autotype and copy data from password-store and gopass files.
Pass-coffin is a pass extension that hides the password store data inside a GPG encrypted file, which we'll call a coffin.
Passwdqc is a password/passphrase strength checking and policy enforcement toolset, including an optional PAM module, pam_passwdqc, command-line programs (pwqcheck, pwqfilter, and pwqgen), and a library, libpasswdqc.
Browserpass is a browser extension for pass, a UNIX-based password store manager. It allows you to auto-fill or copy to clipboard credentials for the current domain, protecting you from phishing attacks.
This package only contains the Browserpass native messaging host. You must also install the browser extension for GNU IceCat or ungoogled-chromium separately.
cpass is a terminal user interface for pass. It supports both vim-like keybindings and the mouse.
Password-store is a password manager which uses GnuPG to store and retrieve passwords. The tool stores each password in its own GnuPG-encrypted file, allowing the program to be simple yet secure. Synchronization is possible using the integrated git support, which commits changes to your password database to a git repository that can be managed through the pass command.
pwsafe is a command line tool compatible with Counterpane's Passwordsafe.
Libpwquality is a library for password quality checking and generation of random passwords that pass the checks.
This is a cracker for LUKS encrypted volumes. 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.
Visual Binary Diff (vbindiff) displays files in hexadecimal and ASCII (or EBCDIC). It can also display two files at once, and highlight the differences between them. It works well with large files (up to 4 GiB).
Coccinelle is a tool that allows modification of C code using semantic patches in the SmPL for specifying desired matches and transformations in the C code.
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.