How to Install and Uninstall node-hmac-drbg Package on Kali Linux

Last updated: May 21,2024

1. Install "node-hmac-drbg" package

In this section, we are going to explain the necessary steps to install node-hmac-drbg on Kali Linux

$ sudo apt update $ sudo apt install node-hmac-drbg

2. Uninstall "node-hmac-drbg" package

Please follow the instructions below to uninstall node-hmac-drbg on Kali Linux:

$ sudo apt remove node-hmac-drbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-hmac-drbg package on Kali Linux

Package: node-hmac-drbg
Version: 1.0.1-5
Installed-Size: 18
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-assert, node-hash.js, node-minimalistic-crypto-utils
Size: 5056
SHA256: a54d9d729eb03087c219e59f2a4b991e56a4b3bdcbc1a08e1872999cac52b13c
SHA1: 087505ba82109c471521b4be0252a80a89cb1df4
MD5sum: 9c9e29be3495253a8eabfb391295a119
Description: Deterministic random bit generator (hmac) in pure javascript
This is a pure javascript implementation of deterministic random bit
generators defined in section 10.1.2 of NIST SP 800-90A.
.
A DRBG mechanism uses an algorithm that produces a sequence of bits
from an initial value that is determined by a seed that is determined
from the entropy input. Once the seed is provided and the initial
value is determined, the DRBG is said to be instantiated and may be
used to produce output.
.
Because of the deterministic nature of the process, a DRBG is
said to producepseudorandom bits, rather than random bits. The seed
used to instantiate the DRBG must contain sufficient entropy to
provide an assurance of randomness. If the seed is kept secret,and the
algorithm is well designed, the bits output by the DRBG will be
unpredictable, up to the instantiated security strength of the DRBG.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/indutny/hmac-drbg
Section: javascript
Priority: optional
Filename: pool/main/n/node-hmac-drbg/node-hmac-drbg_1.0.1-5_all.deb