How to Install and Uninstall secrecy Package on Kali Linux

Last updated: May 14,2024

1. Install "secrecy" package

This tutorial shows how to install secrecy on Kali Linux

$ sudo apt update $ sudo apt install secrecy

2. Uninstall "secrecy" package

This tutorial shows how to uninstall secrecy on Kali Linux:

$ sudo apt remove secrecy $ sudo apt autoclean && sudo apt autoremove

3. Information about the secrecy package on Kali Linux

Package: secrecy
Source: libsecrecy
Version: 0.0.5+ds-3
Installed-Size: 331
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgpgme11 (>= 1.2.0), libnettle8, libstdc++6 (>= 13.1)
Size: 82216
SHA256: 15be20c4e510b58be513111e56519f38220e653538d8c0ac60fd16169d70afd7
SHA1: 2d2abef57c2d4c55653ad5b7d6699e5cb55a6ceb
MD5sum: 0427cc6ca6b1312de164b10136fce66c
Description: tool to handle libsecrecy keys and encrypted files
libsecrecy is a header only C++ library implementing an encrypted file format
based on GCM (Galois Counter Mode) and AES128 or AES256.
.
The libsecrecy distribution comes with a command line tool called secrecy.
This tool has subcommands to manage libsecrecy encryption keys, encrypt, and
decrypt files encrypted with the libsecrecy.
Description-md5:
Homepage: https://gitlab.com/german.tischler/libsecrecy
Section: science
Priority: optional
Filename: pool/main/libs/libsecrecy/secrecy_0.0.5+ds-3_amd64.deb