How to Install and Uninstall node-hmac-drbg Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "node-hmac-drbg" package

Here is a brief guide to show you how to install node-hmac-drbg on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "node-hmac-drbg" package

Here is a brief guide to show you how to uninstall node-hmac-drbg on Ubuntu 21.10 (Impish Indri):

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

3. Information about the node-hmac-drbg package on Ubuntu 21.10 (Impish Indri)

Package: node-hmac-drbg
Architecture: all
Version: 1.0.1-3
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 18
Depends: nodejs (>= 10), node-assert (>= 1.0.0), node-hash.js (>= 1.0.3), node-minimalistic-crypto-utils (>= 1.0.1)
Filename: pool/universe/n/node-hmac-drbg/node-hmac-drbg_1.0.1-3_all.deb
Size: 4656
MD5sum: eaf81183caecb7297a5a195ddad17b94
SHA1: aab743fe9f7b751a5bfa33b6e57a099fbfdc938d
SHA256: e12b3b72734b10c4fae48b76b4865d503591a8f23729779283b2a86716d4444a
SHA512: 8b225af048ac8df814266c01899a15658d17181f9a7a591589264f478b38560258003eabcc7c15403c3677ce6a1e639ec6b800c6cddbc64cd608443db449b13b
Homepage: https://github.com/indutny/hmac-drbg#readme
Description-en: 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: a31c7d8bcb73ffb1e38db8518565728b