---
title: "hasher"
description: "Computes sha256, sha1, and md5 digests"
canonical: https://agentpluginsdirectory.com/plugins/hasher
last-updated: 2026-09-25
---

# hasher
Computes sha256, sha1, and md5 digests
- Slug: hasher
- Publisher: ankmay0
- Repository: https://github.com/ankmay0/hasher
- Manifest: plugins/hasher/plugin.json
- Version: 0.1.0
- Category (editorial): other
- Skills: 0
- MCP servers: 1 (hash)
- Stars: 0
- Repository created: 2026-09-23
- Repository last pushed: 2026-09-23
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/hasher
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What hasher does, in the publisher's words

A GitHub Copilot Agent Plugins 1.0 marketplace with one plugin: Hasher.

Computes sha256, sha1, or md5 hex digests of text. The agent calls a bundled, zero-dependency MCP tool, so its work shows up as a concrete result in Copilot chat.

- Agent: Hasher (appears in the Copilot agent picker)
- MCP tool: hash: returns the hex digest
- Set chat.plugins.enabled to true in VS Code settings.
- Add this marketplace to chat.plugins.marketplaces: json { "chat.plugins.marketplaces": ["ankmay0/hasher"] }
- Open the Extensions view, search @agentPlugins, and install hasher.
- Select Hasher in the Copilot agent picker and try: > sha256 of "hello"

The plugin's MCP server is trusted automatically (no startup prompt).

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/ankmay0/hasher/HEAD/README.md

## MCP servers

- hash: transport: stdio; command: node ${CLAUDE_PLUGIN_ROOT}/servers/hash/index.mjs

Read from the plugin's own mcp.json. Environment variable names only, never values.
