_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


libdecaf 1.0.2-0.e5cc624
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://ed448goldilocks.sourceforge.net/
Licenses: Expat FreeBSD
Build system: cmake
Synopsis: Decaf Elliptic Curve Library
Description:

The libdecaf library is an implementation of elliptic curve cryptography using the Montgomery and Edwards curves Curve25519, Ed25519, Ed448-Goldilocks and Curve448, using the Decaf encoding.

crcpp 1.2.1.0
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/d-bahr/CRCpp
Licenses: Modified BSD
Build system: cmake
Synopsis: @acronym{CRC, cyclic redundancy check} library for C++
Description:

CRC++ is a C++ library for calculating cyclic redundancy checks. It supports bit-by-bit and byte-by-byte calculation of full and multipart CRCs. It aims to have highly optimized algorithms that can run branchless for projects with a need for efficiency. Many common CRCs are provided out-of-the-box, such as CRC-32 (used in PKZip and Ethernet), CRC-XMODEM, and CRC-CCITT.

libscrypt 1.22
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://lolware.net/libscrypt.html
Licenses: Modified BSD
Build system: gnu
Synopsis: Password hashing library
Description:

libscrypt implements scrypt key derivation function. It is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt.

stoken 0.92
Dependencies: nettle@3.10.2 libxml2@2.14.6
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://stoken.sf.net
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Software Token for cryptographic authentication
Description:

stoken is a token code generator compatible with RSA SecurID 128-bit (AES) tokens. This package contains a standalone command-line program that allows for importing token seeds, generating token codes, and various utility/testing functions.

transcrypt 2.3.1
Dependencies: git@2.54.0 openssl@3.5.5
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/elasticdog/transcrypt
Licenses: Expat
Build system: copy
Synopsis: Transparently encrypt files within a git repository
Description:

Transcrypt is a script to configure transparent encryption of sensitive files stored in a Git repository. Files that you choose will be automatically encrypted when you commit them, and automatically decrypted when you check them out. The process will degrade gracefully, so even people without your encryption password can safely commit changes to the repository's non-encrypted files.

perl-math-random-isaac-xs 1.004
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://metacpan.org/release/Math-Random-ISAAC-XS
Licenses: Public Domain
Build system: perl
Synopsis: C implementation of the ISAAC PRNG algorithm
Description:

ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a fast pseudo-random number generator. It is suitable for applications where a significant amount of random data needs to be produced quickly, such as solving using the Monte Carlo method or for games. The results are uniformly distributed, unbiased, and unpredictable unless you know the seed.

This package implements the same interface as Math::Random::ISAAC.

libdigidocpp 4.3.0
Dependencies: libltdl@2.4.7 libxml2@2.14.6 libxslt@1.1.43 minizip-ng-compat@4.0.10 openssl@3.5.5 xmlsec-openssl@1.3.9 zlib@1.3.1
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/open-eid/libdigidocpp
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: DigiDoc digital signature library
Description:

DigiDoc is an XML file format for documents with digital signatures used by the Estonian ID card infrastructure. This library allows for creation and reading of DigiDoc files.

rhash 1.4.3
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://sourceforge.net/projects/rhash/
Licenses: non-copyleft
Build system: gnu
Synopsis: Utility for computing hash sums
Description:

RHash is a console utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.

libb2 0.98.1
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://blake2.net/
Licenses: Public Domain
Build system: gnu
Synopsis: Library implementing the BLAKE2 family of hash functions
Description:

libb2 is a portable implementation of the BLAKE2 family of cryptographic hash functions. It includes optimised implementations for IA-32 and AMD64 processors, and an interface layer that automatically selects the best implementation for the processor it is run on.

BLAKE2 (RFC 7693) is a family of high-speed cryptographic hash functions that are faster than MD5, SHA-1, SHA-2, and SHA-3, yet are at least as secure as the latest standard, SHA-3. It is an improved version of the SHA-3 finalist BLAKE.

b2sum 20190724-0.54f4faa
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://www.blake2.net/
Licenses: CC0
Build system: gnu
Synopsis: BLAKE2 checksum tool
Description:

BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as SHA-3.

rust-minisign 0.7.9
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/jedisct1/rust-minisign
Licenses: Expat
Build system: cargo
Synopsis: Crate to sign files and verify signatures
Description:

This package provides a crate to sign files and verify signatures.

hash-extender 0.02-0.f00b1a0
Dependencies: openssl@3.5.5
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/iagox86/hash_extender
Licenses: Modified BSD
Build system: gnu
Synopsis: Tool for hash length extension attacks
Description:

hash_extender is a utility for performing hash length extension attacks supporting MD4, MD5, RIPEMD-160, SHA-0, SHA-1, SHA-256, SHA-512, and WHIRLPOOL hashes.

keychain 2.9.8
Propagated dependencies: procps@4.0.3
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/danielrobbins/keychain
Licenses: GPL 2
Build system: gnu
Synopsis: SSH or GPG agent frontend that can share a single agent on the same system
Description:

Keychain is usually run from shell profiles like ~/.bash_profile, but it is also possible to use it with non-interactive shells. It works with various operating systems (including GNU/Linux and HURD) and shells (like bourne-compatible, csh-compatible and fish shells). By default Keychain will only start ssh-agent, but it can also be configured to start gpg-agent.

mkp224o 1.7.0
Dependencies: libsodium@1.0.22
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/cathugger/mkp224o
Licenses: CC0
Build system: gnu
Synopsis: Tor hidden service v3 name generator
Description:

mkp224o generates valid ed25519 (hidden service version 3) onion addresses. It allows one to produce customized vanity .onion addresses using a brute-force method.

signify 32
Dependencies: libbsd@0.11.7
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/aperezdc/signify
Licenses: Modified BSD Expat ISC Public Domain non-copyleft
Build system: gnu
Synopsis: Create and verify cryptographic signatures
Description:

The signify utility creates and verifies cryptographic signatures using the elliptic curve Ed25519. This is a Linux port of the OpenBSD tool of the same name.

qatlib 26.02.0
Dependencies: numactl@2.0.16 openssl@3.5.5 zlib@1.3.1
Propagated dependencies: openssl@3.5.5
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/intel/qatlib
Licenses: Modified BSD
Build system: gnu
Synopsis: Intel QuickAssist Technology Library (QATlib)
Description:

Intel QuickAssist Technology provides hardware acceleration for offloading security, authentication and compression services from the CPU, thus significantly increasing the performance and efficiency of standard platform solutions. Its services include symmetric encryption and authentication, asymmetric encryption, digital signatures, RSA, DH and ECC, and lossless data compression. This package provides user space libraries that allow access to Intel QuickAssist devices and expose the Intel QuickAssist APIs and sample codes.

minisign 0.12
Dependencies: libsodium@1.0.22
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://jedisct1.github.io/minisign
Licenses: ISC
Build system: cmake
Synopsis: Tool to sign files and verify signatures
Description:

Minisign is a dead simple tool to sign files and verify signatures. It is portable, lightweight, and uses the highly secure Ed25519 public-key signature system. Signature written by minisign can be verified using OpenBSD's signify tool: public key files and signature files are compatible. However, minisign uses a slightly different format to store secret keys. Minisign signatures include trusted comments in addition to untrusted comments. Trusted comments are signed, thus verified, before being displayed.

cryptsetup-static 2.8.4
Dependencies: argon2-static@20190702 json-c-static@0.18 libgcrypt-static@1.11.0 lvm2-static@2.03.22 util-linux@2.40.4 util-linux@2.40.4 popt-static@1.18
Channel: guix
Location: gnu/packages/cryptsetup.scm (gnu packages cryptsetup)
Home page: https://gitlab.com/cryptsetup/cryptsetup
Licenses: GPL 2
Build system: gnu
Synopsis: Hard disk encryption tool (statically linked)
Description:

Cryptsetup is a utility used to conveniently set up disk encryption based on the dm-crypt Linux kernel module. It is most often used to manage LUKS volumes but also supports plain dm-crypt volumes and loop-AES, TrueCrypt (including VeraCrypt extension), and BitLocker formats.

LUKS is the standard for hard disk encryption with the kernel Linux. It provides a standard on-disk-format compatible amongst distributions as well as secure management of multiple user passwords. LUKS stores all necessary setup information in the partition header to facilitate data transport and migration.

The package also includes the veritysetup and integritysetup utilities to conveniently configure the dm-verity and dm-integrity block integrity kernel modules.

cryptsetup 2.8.4
Dependencies: argon2@20190702 json-c@0.18 libgcrypt@1.11.0 lvm2@2.03.22 popt@1.18 util-linux@2.40.4
Channel: guix
Location: gnu/packages/cryptsetup.scm (gnu packages cryptsetup)
Home page: https://gitlab.com/cryptsetup/cryptsetup
Licenses: GPL 2
Build system: gnu
Synopsis: Set up transparent encryption of block devices using dm-crypt
Description:

Cryptsetup is a utility used to conveniently set up disk encryption based on the dm-crypt Linux kernel module. It is most often used to manage LUKS volumes but also supports plain dm-crypt volumes and loop-AES, TrueCrypt (including VeraCrypt extension), and BitLocker formats.

LUKS is the standard for hard disk encryption with the kernel Linux. It provides a standard on-disk-format compatible amongst distributions as well as secure management of multiple user passwords. LUKS stores all necessary setup information in the partition header to facilitate data transport and migration.

The package also includes the veritysetup and integritysetup utilities to conveniently configure the dm-verity and dm-integrity block integrity kernel modules.

cryptsetup-minimal 2.8.4
Dependencies: argon2@20190702 json-c@0.18 libgcrypt@1.11.0 lvm2@2.03.22 popt@1.18 util-linux@2.40.4
Channel: guix
Location: gnu/packages/cryptsetup.scm (gnu packages cryptsetup)
Home page: https://gitlab.com/cryptsetup/cryptsetup
Licenses: GPL 2
Build system: gnu
Synopsis: Set up transparent encryption of block devices using dm-crypt
Description:

Cryptsetup is a utility used to conveniently set up disk encryption based on the dm-crypt Linux kernel module. It is most often used to manage LUKS volumes but also supports plain dm-crypt volumes and loop-AES, TrueCrypt (including VeraCrypt extension), and BitLocker formats.

LUKS is the standard for hard disk encryption with the kernel Linux. It provides a standard on-disk-format compatible amongst distributions as well as secure management of multiple user passwords. LUKS stores all necessary setup information in the partition header to facilitate data transport and migration.

The package also includes the veritysetup and integritysetup utilities to conveniently configure the dm-verity and dm-integrity block integrity kernel modules.

cups-pk-helper 0.2.7
Dependencies: glib@2.86.0 polkit@121 cups-minimal@2.4.14
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://www.freedesktop.org/wiki/Software/cups-pk-helper/
Licenses: GPL 2+
Build system: meson
Synopsis: PolicyKit helper to configure CUPS with fine-grained privileges
Description:

This package provides the org.opensuse.CupsPkHelper.Mechanism DBus system service which uses cups-pk-helper-mechanism. This package should only be used as part of the Guix cups-pk-helper service.

epson-inkjet-printer-escpr 1.7.24
Dependencies: cups-minimal@2.4.14
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
Licenses: GPL 2+
Build system: gnu
Synopsis: ESC/P-R printer driver
Description:

This package provides a filter for CUPS that offers high-quality printing with Seiko Epson color ink jet printers. It can be used only with printers that support the Epson ESC/P-R language.

foo2zjs 20200610.1
Dependencies: bash-minimal@5.2.37 coreutils@9.1 sed@4.9 ghostscript@9.56.1 foomatic-filters@4.0.17
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://web.archive.org/web/20210129024712/http://foo2zjs.rkkda.com/
Licenses: Expat GPL 2+
Build system: gnu
Synopsis: Printer driver for ZjStream-based printers
Description:

foo2zjs is a printer driver for printers that use the Zenographics ZjStream wire protocol for their print data, often erroneously referred to as winprinters or GDI printers.

It supports Minolta/QMS Magicolor, Minolta Color PageWorks/Pro, HP LaserJet, and possibly other printers. See README for details.

brlaser 6.2.7
Dependencies: ghostscript@9.56.1 cups@2.4.14 zlib@1.3.1
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://github.com/Owl-Maintain/brlaser
Licenses: GPL 2+
Build system: cmake
Synopsis: Brother laser printer driver
Description:

Brlaser is a CUPS driver for Brother laser printers. This driver is known to work with these printers:

  1. Brother DCP-1510 series

  2. Brother DCP-1600 series

  3. Brother DCP-1610W series

  4. Brother DCP-7010

  5. Brother DCP-7020

  6. Brother DCP-7030

  7. Brother DCP-7040

  8. Brother DCP-7055

  9. Brother DCP-7055W

  10. Brother DCP-7060D

  11. Brother DCP-7065DN

  12. Brother DCP-7070DW

  13. Brother DCP-7080

  14. Brother DCP-7080D

  15. Brother DCP-8065DN

  16. Brother DCP-B7500D series

  17. Brother DCP-L2500D series

  18. Brother DCP-L2510D series

  19. Brother DCP-L2520D series

  20. Brother DCP-L2520DW series

  21. Brother DCP-L2537DW

  22. Brother DCP-L2540DW series

  23. Brother DCP-L2550DW series

  24. Brother DCP-L2560DW series

  25. Brother FAX-2820

  26. Brother FAX-2840

  27. Brother HL-1110 series

  28. Brother HL-1200 series

  29. Brother HL-2030 series

  30. Brother HL-2130 series

  31. Brother HL-2140 series

  32. Brother HL-2220 series

  33. Brother HL-2230 series

  34. Brother HL-2240 series

  35. Brother HL-2240D series

  36. Brother HL-2250DN series

  37. Brother HL-2260

  38. Brother HL-2260D

  39. Brother HL-2270DW series

  40. Brother HL-2280DW

  41. Brother HL-5030 series

  42. Brother HL-5040 series

  43. Brother HL-5140 series

  44. Brother HL-5370DW series

  45. Brother HL-5450DN series

  46. Brother HL-L2300D series

  47. Brother HL-L2305 series

  48. Brother HL-L2310D series

  49. Brother HL-L2320D series

  50. Brother HL-L2335D series

  51. Brother HL-L2340D series

  52. Brother HL-L2350DW series

  53. Brother HL-L2360D series

  54. Brother HL-L2370DN series

  55. Brother HL-L2375DW series

  56. Brother HL-L2380DW series

  57. Brother HL-L2390DW

  58. Brother HL-L2400DW

  59. Brother HL-L2402D

  60. Brother HL-L2405W

  61. Brother HL-L5000D series

  62. Brother MFC-1810 series

  63. Brother MFC-1910W series

  64. Brother MFC-7240

  65. Brother MFC-7320

  66. Brother MFC-7340

  67. Brother MFC-7360N

  68. Brother MFC-7365DN

  69. Brother MFC-7420

  70. Brother MFC-7440N

  71. Brother MFC-7460DN

  72. Brother MFC-7860DW

  73. Brother MFC-8440

  74. Brother MFC-8710DW

  75. Brother MFC-8860DN

  76. Brother MFC-9160

  77. Brother MFC-L2690DW

  78. Brother MFC-L2700DN series

  79. Brother MFC-L2700DW series

  80. Brother MFC-L2710DN series

  81. Brother MFC-L2710DW series

  82. Brother MFC-L2750DW series

  83. Fuji Xerox DocuPrint P265 dw

  84. Lenovo LJ2650DN

Total packages: 73978