Development — entry 016 of 100

Ciprand

Verified Jul 2026

Ciprand is a minimal self-hosted Go service — a single ~90-line net/http handler — that returns cryptographically random hex strings: GET /api?len=20&count=10 for ten 20-character strings back as JSON, capped at 199 characters and 199 strings per call. The README's public demo (ciprand.p3p.repl.co) no longer resolves — Replit retired that free always-on hosting format years ago — so as of this check it only works once cloned, given a PORT env var, and put behind your own reverse proxy, the same deploy-it-yourself pattern as CORS Proxy.

random-string-generatorself-hostedopen-sourcegodeveloper-tools
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score88out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 88 on greatapis.com
<a href="https://greatapis.com/api/ciprand/"><img src="https://greatapis.com/badge/ciprand.svg" alt="Scored 88 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.