How to Install and Uninstall node-md5.js Package on Kali Linux

Last updated: November 22,2024

1. Install "node-md5.js" package

This tutorial shows how to install node-md5.js on Kali Linux

$ sudo apt update $ sudo apt install node-md5.js

2. Uninstall "node-md5.js" package

Please follow the guidance below to uninstall node-md5.js on Kali Linux:

$ sudo apt remove node-md5.js $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-md5.js package on Kali Linux

Package: node-md5.js
Version: 1.3.5-4
Installed-Size: 19
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-hash-base, node-inherits, node-safe-buffer
Size: 5236
SHA256: 8ab7f929e9e853449f96e394fa9d6da83f41346e2091de0d05c37e88fc789c0f
SHA1: d2c360d3f2ce1483b1f20f6806f97dd48bb96dc8
MD5sum: e360ce32f9b1dbfa048c6aa369c9e945
Description: implementation of MD5 in pure JavaScript
This module implement md5 on pure javascript for browserify.
.
The MD5 algorithm is a widely used hash function producing a 128-bit
hash value. Although MD5 was initially designed to be used as a
cryptographic hash function, it has been found to suffer from
extensive vulnerabilities. It can still be used as a checksum to
verify data integrity, but only against unintentional corruption.
.
Browserify is a JavaScript tool that allows developers to write
Node.js-style modules that compile for use in the browser.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/crypto-browserify/md5.js
Section: javascript
Priority: optional
Filename: pool/main/n/node-md5.js/node-md5.js_1.3.5-4_all.deb