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

Last updated: May 10,2024

1. Install "libcryptokit-ocaml-dev" package

This tutorial shows how to install libcryptokit-ocaml-dev on Kali Linux

$ sudo apt update $ sudo apt install libcryptokit-ocaml-dev

2. Uninstall "libcryptokit-ocaml-dev" package

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

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

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

Package: libcryptokit-ocaml-dev
Source: cryptokit
Version: 1.19-1
Installed-Size: 2923
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libcryptokit-ocaml-dev-gfjr9
Depends: zlib1g-dev, libcryptokit-ocaml-gfjr9, libstdlib-ocaml-dev-ep7y0, libzarith-ocaml-dev-zlfv4, ocaml-4.14.1
Size: 664828
SHA256: 3619fa8fb95b0adcb11c3a967cdcd31ec3142dac6844f69fdce694817670972c
SHA1: 6982005cd79234f06ca3d7469ca409210301feab
MD5sum: 676b0988279045b2314f1025e1d85a1f
Description: cryptographic algorithm library for OCaml - development
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 static libraries, interfaces, and documentation
for Cryptokit.
Description-md5:
Homepage: https://github.com/xavierleroy/cryptokit
Tag: devel::lang:ocaml, devel::library, implemented-in::ocaml,
role::devel-lib, security::cryptography
Section: ocaml
Priority: optional
Filename: pool/main/c/cryptokit/libcryptokit-ocaml-dev_1.19-1_amd64.deb