Random String Generator
随机字符串批量生成测试数据邀请码
Batch-generate random strings with custom length range, count and charset; confusing characters (0O, 1lI) excluded by default, up to 10k per run — great for test data, invite codes and temp secrets, fully local.
All processing is done locally in your browser. No data is uploaded.
How to Use
- Paste any valid JSON, supports nesting, arrays and escapes
- Click Beautify to auto indent and format
- Click Minify to remove whitespace into one line
- All operations run locally for privacy
Related Tools
FAQ
Why are 0O1lI missing from the default charset?
They are easily confused visually (0/O, 1/l/I); excluding them avoids transcription errors. Add them back via the custom charset if needed.
Are the strings cryptographically secure?
This tool targets test data and numbering using Math.random; for high-security secrets use our password generator built on crypto-grade randomness.
Will my data be uploaded?
No, all generation runs locally in your browser.