Skip to main content
Glama

Pluggedin Random Number Generator

generate_random_bytes

Generate cryptographically secure random bytes of specified length, with output encoding options like hex, base64, or binary, for secure applications.

Instructions

Generate cryptographically secure random bytes

Input Schema

NameRequiredDescriptionDefault
encodingNoOutput encoding formathex
lengthNoNumber of random bytes to generate

Input Schema (JSON Schema)

{ "properties": { "encoding": { "default": "hex", "description": "Output encoding format", "enum": [ "hex", "base64", "binary" ], "type": "string" }, "length": { "default": 32, "description": "Number of random bytes to generate", "maximum": 1024, "minimum": 1, "type": "integer" } }, "required": [], "type": "object" }
Install Server

Other Tools from Pluggedin Random Number Generator

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VeriTeknik/pluggedin-random-number-generator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server