kcapi-enc

Command-line tools for Linux Kernel Crypto API

Install

All systems
curl cmd.cat/kcapi-enc.sh
Debian Debian
apt-get install kcapi-tools
Ubuntu
apt-get install kcapi-tools
image/svg+xml Kali Linux
apt-get install kcapi-tools
Fedora
dnf install libkcapi-tools
Windows (WSL2)
sudo apt-get update sudo apt-get install kcapi-tools

kcapi-tools

Command-line tools for Linux Kernel Crypto API

The Linux kernel exports a Netlink interface of type AF_ALG to allow user space to utilize the kernel crypto API. libkcapi uses this Netlink interface and exports easy to use APIs so that a developer does not need to consider the low-level Netlink interface handling. The library does not implement any cipher algorithms. All consumer requests are sent to the kernel for processing. Results from the kernel crypto API are returned to the consumer via the library API. The kernel interface and therefore this library can be used by unprivileged processes. Install this package for the kcapi-dgst, kcapi-enc & kcapi-rng applications

libkcapi-tools

package