How to Install and Uninstall seccure Package on Kali Linux

Last updated: April 29,2024

1. Install "seccure" package

Please follow the step by step instructions below to install seccure on Kali Linux

$ sudo apt update $ sudo apt install seccure

2. Uninstall "seccure" package

Please follow the step by step instructions below to uninstall seccure on Kali Linux:

$ sudo apt remove seccure $ sudo apt autoclean && sudo apt autoremove

3. Information about the seccure package on Kali Linux

Package: seccure
Version: 0.5-2
Installed-Size: 532
Maintainer: Tomasz Buchert
Architecture: amd64
Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.8.0)
Size: 30056
SHA256: 532f02581b1681fe5313074f6dac71224a6c63b877e546e48ea7d630f95e4b81
SHA1: b900aad50fb58d5470ad257f2a5f7824e8ff3458
MD5sum: d18aa7212dd8764b4b1a2953275d0613
Description: tools for using algorithms based on elliptic curve cryptography (ECC)
The seccure toolset implements a selection of asymmetric algorithms
based on elliptic curve cryptography (ECC). In particular, it offers
public key encryption / decryption and signature generation /
verification. ECC schemes offer a much better key size to security
ratio than classical systems (RSA, DSA). Keys are short enough to make
direct specification of keys on the command line possible (sometimes
this is more convenient than the management of PGP-like key
rings). seccure builds on this feature and therefore is the tool of
choice whenever lightweight asymmetric cryptography -- independent of
key servers, revocation certificates, the Web of Trust, or even
configuration files -- is required.
.
The toolkit implements Diffie-Hellman key exchange, allowing you to agree a
key with another party over an insecure channel. The Diffie Helman protocol
affords forward secrecy, and requires no previous contact with the other
party.
.
The seccure toolset allows you to select the curve that the operations are
performed on, so that different cryptographic needs can be supported. This
is currently the only ECC package in Debian GNU to offer a choice of
curves and MAC lengths.
.
It is currently missing some of the functionality of the sks-ecc package,
including encrypting to multiple recipients at once, and creating different
signature formats.
Description-md5:
Homepage: http://point-at-infinity.org/seccure/
Tag: implemented-in::c, role::program, security::cryptography
Section: utils
Priority: optional
Filename: pool/main/s/seccure/seccure_0.5-2_amd64.deb