How to Install and Uninstall libcryptacular-java-doc Package on Kali Linux

Last updated: October 05,2024

1. Install "libcryptacular-java-doc" package

This guide covers the steps necessary to install libcryptacular-java-doc on Kali Linux

$ sudo apt update $ sudo apt install libcryptacular-java-doc

2. Uninstall "libcryptacular-java-doc" package

This guide covers the steps necessary to uninstall libcryptacular-java-doc on Kali Linux:

$ sudo apt remove libcryptacular-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcryptacular-java-doc package on Kali Linux

Package: libcryptacular-java-doc
Source: cryptacular
Version: 1.2.5-2
Installed-Size: 4044
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jdk-doc, libjs-jquery, libjs-jquery-ui
Size: 173748
SHA256: f2c6ea8905f19e008f5c50e142d851acd356446b8d74c0f447a6c6afd9f58b51
SHA1: 0ab6e4563e2a43fa21c3a7becf070d368595851f
MD5sum: d0867a8031b2c903c636a04b19b12513
Description: high level, general purpose Java cryptographic library - documentation
General-purpose Java cryptograhic library, which complements the Bouncy
Castle libraries, that has the following design goals:
.
* Flexible JCE provider. Prefers the Bouncy Castle Java Provider, but
can fall back to other providers defined in the environment for
algorithms not implemented by BC.
* Ease of use for common cryptographic operations. A one liner
highlights this well; the following prints the MD5 hash of a password
as a string of HEX characters:
System.out.println(new MD5().digest(passBytes, new HexConverter()));
* Convenient and performant handling of cryptographic operations on
large data streams.
* Support for base-64 and hexadecimal encoding of ciphertext input/output.
* Support for I/O operations on cryptographic primitives including
generating and writing symmetric encryption keys, public/private key
pairs, and X.509 certificates. Both PEM and DER encoding is handled
conveniently.
* Command line interface for each class of cryptographic operation
(digest, symmetric encryption, public-key encryption, message signing,
etc). A command line interface for keystore operations is also
included, which is notable as it supports features above and beyond
the Java keytool utility.
.
It is important to note that no cryptographic algorithms are implemented;
Bouncy Castle provides all cryptographic algorithms where required.
.
This package installs the javadoc documentation.
Description-md5:
Homepage: http://www.cryptacular.org
Section: doc
Priority: optional
Filename: pool/main/c/cryptacular/libcryptacular-java-doc_1.2.5-2_all.deb