{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.210Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"random-string-generator","name":"Random String Generator","description":"Generate batches of random strings — pick charset, length and count, all sourced from crypto.getRandomValues.","longDescription":"Generate up to 50 random strings of a chosen length and character set in one go. Charset options cover alphanumeric, letters only, digits, hex, and URL-safe Base64. Uses crypto.getRandomValues with rejection sampling so the distribution is uniform. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["random string generator","random text generator","random token generator","random hex generator","random alphanumeric","bulk random strings","random string online","random string free","random id generator","random key generator","secure random string","url safe random","crypto random string"],"badge":"Generator","url":"https://toolsly.tools/random-string-generator","inputs":[{"type":"number","key":"count","label":"How many","defaultValue":10,"min":1,"max":50,"step":1},{"type":"number","key":"length","label":"Length of each","defaultValue":16,"min":1,"max":256,"step":1},{"type":"select","key":"charset","label":"Charset","defaultValue":"alphanumeric","choices":[{"value":"alphanumeric","label":"Alphanumeric (A-Z, a-z, 0-9)"},{"value":"letters","label":"Letters only"},{"value":"digits","label":"Digits only"},{"value":"hex","label":"Hex (0-9, a-f)"},{"value":"urlsafe-base64","label":"URL-safe Base64 (A-Z, a-z, 0-9, -, _)"}]}],"outputs":[{"key":"strings","label":"Strings","multiline":true},{"key":"count","label":"Generated"}],"invocation":{"webUi":"https://toolsly.tools/random-string-generator","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}