Back to search results
libxcrypt owner avatar

libxcrypt

Extended crypt library for descrypt, md5crypt, bcrypt, and others

Library
Minimal

Install package

Latest
min add libxcrypt
Source archive SHA256
71513a31…c071
Spec hash
e998be20…5716
Target
amd64/linux
Needs network
No
Closed source
No

Quick links

[ Docs ] [ Changelog ] [ Repo ] [ Security ] [ SBOM ]

What is libxcrypt?

Extended crypt library for descrypt, md5crypt, bcrypt, and others

How to use this package

Quick install

Installs the package into the current environment for this session. Use --build or --runtime to persist it as a build-time or runtime dependency.

min add libxcrypt

Declare as a task dependency in minimal.toml

Listing the package under tasks.<name>.packages makes it available inside that task’s sandbox.

[tasks.dev]
packages = ["libxcrypt"]

Build-time vs runtime

Choose build-time for tools needed during compilation, runtime for dynamic libraries loaded at runtime.

min add --build libxcrypt
min add --runtime libxcrypt