How to Install and Uninstall python3-pyjks Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-pyjks" package

Learn how to install python3-pyjks on Kali Linux

$ sudo apt update $ sudo apt install python3-pyjks

2. Uninstall "python3-pyjks" package

Learn how to uninstall python3-pyjks on Kali Linux:

$ sudo apt remove python3-pyjks $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyjks package on Kali Linux

Package: python3-pyjks
Source: pyjks
Version: 20.0.0-5
Installed-Size: 104
Maintainer: Debian Python Team
Architecture: all
Depends: python3-javaobj, python3-pyasn1 (>= 0.3.5), python3-pyasn1-modules, python3-pycryptodome, python3:any
Size: 23368
SHA256: 20e4f00fca59e7f5b7b21a21eb73ce1b7efcdd26b762288af48be5d1dea23e47
SHA1: 453db15099e04c2dc61624cf5e73a1726adc2aeb
MD5sum: 3d176f4ded9680aa5b7e46f8c1734927
Description: Java KeyStore parser including private/secret key decryption
A pure Python Java KeyStore file parser, including private/secret key
decryption. Can read JKS, JCEKS, BKS and UBER (BouncyCastle) key
stores.
.
The best way to utilize a certificate stored in a jks file up to this
point has been to use the java keytool command to transform to
pkcs12, and then openssl to transform to pem.
.
This is better:
* no security concerns in passwords going into command line arguments,
or unencrypted files being left around
* no dependency on a JVM
Description-md5:
Homepage: https://pyjks.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/p/pyjks/python3-pyjks_20.0.0-5_all.deb