Hash & Encode
Cryptographic hashing (SHA-256, SHA-1), encoding/decoding (base64, URL-safe, hex), and UUID generation.
Actions
| Name | Description |
|---|---|
hashGenerate a cryptographic hash of text using SHA-256 or SHA-1 with hex or base64 encoding. | Generate a cryptographic hash of text using SHA-256 or SHA-1 with hex or base64 encoding. |
encodeEncode text to base64, URL-safe base64, or hex. | Encode text to base64, URL-safe base64, or hex. |
decodeDecode base64, URL-safe base64, or hex to text. | Decode base64, URL-safe base64, or hex to text. |
generate_uuidGenerate one or more UUID v4 (random) values. | Generate one or more UUID v4 (random) values. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'hash-encode',
actionName: 'hash',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Hash & Encode to my app?
Use Weavz Hosted Connect for No Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Hash & Encode support?
Hash & Encode supports 4 actions including Hash, Encode, Decode, Generate UUID.
Can I use Hash & Encode with AI agents?
Yes. Add Hash & Encode to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Hash & Encode use?
Hash & Encode uses No Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Hash & Encode integration cost?
The Hash & Encode integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Hash & Encode in 2 minutes
Get 1,000 free actions every month. No credit card required.