How to Install and Uninstall libcryptokit-ocaml Package on Kali Linux

Last updated: May 06,2024

1. Install "libcryptokit-ocaml" package

This guide let you learn how to install libcryptokit-ocaml on Kali Linux

$ sudo apt update $ sudo apt install libcryptokit-ocaml

2. Uninstall "libcryptokit-ocaml" package

Please follow the steps below to uninstall libcryptokit-ocaml on Kali Linux:

$ sudo apt remove libcryptokit-ocaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcryptokit-ocaml package on Kali Linux

Package: libcryptokit-ocaml
Source: cryptokit
Version: 1.19-1
Installed-Size: 1453
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libcryptokit-ocaml-gfjr9
Depends: libstdlib-ocaml-ep7y0, libzarith-ocaml-zlfv4, ocaml-base-4.14.1, libc6 (>= 2.25), zlib1g (>= 1:1.1.4)
Size: 357848
SHA256: e38762d2e0ee3e8284eccc953167823616fe515689b0f31d3e6af4cef5f667d5
SHA1: 24ca1cd8d742350b72a521547a7f7d039937bb38
MD5sum: b533ee4eef0e0f1223579c56bff8b304
Description: cryptographic algorithm library for OCaml - runtime
The Cryptokit library for Objective Caml provides a variety of
cryptographic primitives that can be used to implement cryptographic
protocols in security-sensitive applications. The primitives provided
include:
.
- Symmetric-key ciphers: AES, DES, Triple-DES, ARCfour,
in ECB, CBC, CFB and OFB modes.
- Public-key cryptography: RSA encryption, Diffie-Hellman key agreement.
- Hash functions and MACs: SHA-1, MD5, and MACs based on AES and DES.
- Random number generation.
- Encodings and compression: base 64, hexadecimal, Zlib compression.
.
Additional ciphers and hashes can easily be used in conjunction with
the library. In particular, basic mechanisms such as chaining modes,
output buffering, and padding are provided by generic classes that can
easily be composed with user-provided ciphers. More generally, the library
promotes a "Lego"-like style of constructing and composing
transformations over character streams.
.
This package provides just the shared library for Cryptokit.
Description-md5:
Homepage: https://github.com/xavierleroy/cryptokit
Tag: implemented-in::ocaml, role::shared-lib, security::cryptography
Section: ocaml
Priority: optional
Filename: pool/main/c/cryptokit/libcryptokit-ocaml_1.19-1_amd64.deb