How to Install and Uninstall hsmwiz Package on Kali Linux

Last updated: May 20,2024

1. Install "hsmwiz" package

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

$ sudo apt update $ sudo apt install hsmwiz

2. Uninstall "hsmwiz" package

This is a short guide on how to uninstall hsmwiz on Kali Linux:

$ sudo apt remove hsmwiz $ sudo apt autoclean && sudo apt autoremove

3. Information about the hsmwiz package on Kali Linux

Package: hsmwiz
Version: 0.0.2-2
Installed-Size: 108
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, libengine-pkcs11-openssl, opensc, opensc-pkcs11, openssl
Size: 17840
SHA256: 65ac3255b308361e1eb0720ef9a0e187a1ce04b0ed18a3b8c4f13a5d9e17a8d4
SHA1: 855ca9afbaf5256bdb9e2464c82892c8b1dbf503
MD5sum: 80b3b6468bb6cd751452e1d11233147b
Description: Easy handling of NitroKey HSM USB Smard Card
HSMWiz is a frontend for OpenSC to ease handling of the NitroKey
HSM USB smart card. It might work with other smart cards as well, I'm
not certain. Basically, it is just boilerplate that does nothing more
than what is already described in the excellent OpenSC tutorial
(https://github.com/OpenSC/OpenSC/wiki/SmartCardHSM) for the Smart
Card HSM. However, there's some annoying issues with that -- multiple
tools are needed (pkcs11-tool, pkcs15-tool, sc-hsm-tool, OpenSSL) and
output formats are sometimes not very user friendly (e.g., public
keys are exported as binary DER blobs instead of PEM files). So I
wrote this little frontend to encapsulate common tasks a bit. The
hardware this was develped with is the NitroKey HSM, which is a quite
affordable smart-card based USB HSM.
Description-md5:
Homepage: https://github.com/johndoe31415/hsmwiz
Section: utils
Priority: optional
Filename: pool/main/h/hsmwiz/hsmwiz_0.0.2-2_all.deb