Rando icon

Rando

Provides cryptographically secure random numbers, strings, Diceware passphrases, and other randomized resources.

Acerca de

Offers a suite of tools for generating cryptographically secure random data via a Model Context Protocol (MCP) server. Utilizing Node.js's `crypto` module for robust randomization, it's suitable for security-sensitive applications. Key features include random number and decimal generation, list shuffling, random string creation, dice rolling, v4 UUID generation, random byte output, and secure Diceware passphrase creation using various EFF wordlists. The server also provides access to static and dynamic random datasets, factual information about numbers, and creative/security prompts, all communicated via stdio to ensure data privacy on the user's local machine.

Características Principales

  • Generate cryptographically secure random numbers, decimals, and strings
  • Create strong Diceware passphrases using EFF wordlists
  • Shuffle lists using the Fisher-Yates algorithm and pick random items from lists
  • Generate cryptographically secure v4 UUIDs and raw cryptographic bytes
  • Access random datasets, number facts, and creative/security prompts
  • 0 GitHub stars

Casos de Uso

  • Generating secure random numbers for simulations or cryptographic operations.
  • Creating strong, memorable passphrases using the Diceware method.
  • Developing applications that require random data generation, such as unique identifiers or randomized test data.