How to Install and Uninstall libghc-cipher-aes-prof Package on Kali Linux

Last updated: April 28,2024

1. Install "libghc-cipher-aes-prof" package

This guide let you learn how to install libghc-cipher-aes-prof on Kali Linux

$ sudo apt update $ sudo apt install libghc-cipher-aes-prof

2. Uninstall "libghc-cipher-aes-prof" package

Please follow the instructions below to uninstall libghc-cipher-aes-prof on Kali Linux:

$ sudo apt remove libghc-cipher-aes-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-cipher-aes-prof package on Kali Linux

Package: libghc-cipher-aes-prof
Source: haskell-cipher-aes (0.2.11-9)
Version: 0.2.11-9+b1
Installed-Size: 419
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-cipher-aes-prof-0.2.11-0586b
Depends: libghc-cipher-aes-dev (= 0.2.11-9+b1), libghc-base-prof-4.13.0.0-2f220, libghc-byteable-prof-0.1.1-b48bd, libghc-bytestring-prof-0.10.10.1-c40ee, libghc-crypto-cipher-types-prof-0.0.9-5941c, libghc-securemem-prof-0.1.10-92abf
Size: 60588
SHA256: 44e71f873661a9d95dc296943bac71f1f1e082aced4fe2e7fb20f55999bad514
SHA1: d46fa67450e92c9f620e1226d1e4dfdd49ae9cf1
MD5sum: 8ad0584991d9daa85845fd2bde5ebb1e
Description: Fast AES cipher implementation; profiling libraries
The modes of operations available are ECB (Electronic code book),
CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext
stealing), GCM (Galois Counter Mode).
.
The AES implementation uses AES-NI when available (on x86 and x86-64
architecture), but fallback gracefully to a software C implementation.
.
The software implementation uses S-Boxes, which might suffer for cache
timing issues. However do note that most other known software
implementations, including very popular one (openssl, gnutls) also uses
same implementation. If it matters for your case, you should make sure
you have AES-NI available, or you'll need to use a different
implementation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 5cd7bf0d3d10dc5c72184e8bfa583541
Homepage: https://github.com/vincenthz/hs-cipher-aes
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-cipher-aes/libghc-cipher-aes-prof_0.2.11-9+b1_amd64.deb