{"uid":"cap_xGuQdCcruJTHx5kimnXG9","slug":"password-generator-csprng-entropy-rated-68e949fa","name":"Password Generator (CSPRNG, Entropy-Rated)","description":"60 paid endpoints with no metering, no API key and no account. Each endpoint has one flat price per call, whatever the size of the request: LLM completions with automatic failover across several large models, read-only EVM tooling over Base, Ethereum, Polygon, Arbitrum and Optimism, and pure crypto utilities that touch no network.","url":"https://flat-rate-llm.kikoribera03.workers.dev/v1/random/password","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"count":{"type":"number","description":"How many to generate, 1-50. Defaults to 1."},"length":{"type":"number","description":"Characters per secret, 8-256. Defaults to 20."},"alphabet":{"type":"string","description":"alnum | legible | hex | completo. Defaults to legible."}}},"responseSchema":{"type":"object","properties":{"length":{"type":"number"},"alphabet":{"type":"string"},"passwords":{"type":"array","items":{"type":"object"}},"bitsOfEntropy":{"type":"number"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.0025","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0025/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0025","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0025","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_4pFy8w9SMcWJfEcXSWria","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0025","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Generates one or more cryptographically strong random passwords using the platform CSPRNG, with configurable length, alphabet, and entropy-in-bits reporting.","exampleAgentPrompt":"Generate 5 strong random passwords using the legible alphabet, each 24 characters long, and tell me how many bits of entropy each one has.","exampleUseCases":[{"title":"Batch credentials for new users","prompt":"I need to set up 20 new user accounts — can you generate 20 random passwords, each 16 characters, using the legible alphabet so the users can read them back easily? And tell me the entropy."},{"title":"Hex secret key for HMAC signing","prompt":"Generate a 64-character hex secret I can use as an HMAC signing key, and tell me how many bits of entropy it has."},{"title":"High-entropy master passphrase","prompt":"Create a single 48-character password using the completo alphabet — I want maximum entropy for a vault master secret."}],"resultDescription":"Returns a JSON object containing the alphabet used, the requested character length, an array of generated password objects, and the bits of entropy for passwords of that length and alphabet — so the caller can judge cryptographic strength at a glance.","failureModes":["count out of range (must be 1-50): request rejected","length out of range (must be 8-256): request rejected","invalid alphabet value: request rejected or defaults applied","payment failure (x402 protocol): 402 response before passwords are returned","network timeout: no response returned"],"whenToPreferThis":"Choose this endpoint when you need cryptographically strong passwords or secrets generated server-side via a CSPRNG (not client-side Math.random), want built-in entropy measurement to verify strength, or need human-legible passwords (no look-alike characters like 0/O, 1/l) for credentials a person must read back. Prefer it over client-side generators when auditability of the RNG source matters, or when you need a quick batch of secrets without setting up a library.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:54:41.744Z","isFirstParty":false}