New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

crypto-tools-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-tools-mcp

Hash, sign, and encrypt text locally with standard algorithms. No network and no key.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Crypto Tools MCP

Hash and sign text locally with standard algorithms from the Node crypto library. No network, no key, nothing leaves the machine.

This file is self contained. It reads public data only and never writes to the machine. All output is bounded and honest about what could not be fetched.

Tools

  • hash Hash text.
  • hmac Compute an HMAC.

Usage

npm install
npm run build
node dist/index.js

Hashes are computed with the Node crypto library. These tools are for checksums and verification, not for storing passwords.

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts