Productivity

Fake Data Generator

Build synthetic rows for spreadsheets, seeds, and API mocks — names, emails, fictional phone patterns, companies, titles, addresses, usernames, and placeholder passwords. Generation runs only in your browser, like APK Analyzer and APK String Extractor: nothing is sent to DroidXP. After exporting JSON, you can pretty-print it with the JSON Formatter or track real tasks in Todo List.

Ad placement — top banner

Columns: first_name, last_name, email, phone, company, job_title, address, city, state, zip, username, password. Phones use fictional 555-style patterns; emails use reserved-style domains — not for real outreach.

Ad placement — mid rectangle

Intended use

Use generated rows for local development, UI mocks, and test databases — the same “nothing leaves the tab unless you copy it” idea as APK String Extractor. Do not present this data as factual or use it to contact anyone.

Privacy

Random assembly runs in JavaScript; optional row count and format preferences may be stored in localStorage. DroidXP does not receive your generated output.

How to use it

  1. Step 1: Choose how many rows (1–100) and CSV, TSV, or JSON.
  2. Step 2: Click Generate — preview updates in the output panel.
  3. Step 3: Copy into a spreadsheet, seed script, or fixture file.

Frequently Asked Questions

Does DroidXP upload my generated rows or settings?

No. Random assembly runs only in your browser — the same local-only stance as APK Analyzer and APK String Extractor. Optional defaults may be saved in localStorage on your device only.

Is this data real or tied to actual people?

No. Names and details are picked from small built-in word lists and random numbers — purely synthetic for demos and tests, not sourced from public records.

Can I use these emails or phone numbers in production?

No. Emails use reserved-style domains; phones use fictional 555-style patterns. Use only in dev, QA, or staging — never for contacting real users.

Are generated passwords safe to reuse?

They are random-looking but not from a vetted password generator workflow — treat them as disposable placeholders, not secrets for real accounts.

How is this different from the UUID Generator on DroidXP?

UUID Generator emits standards-based identifiers. This tool builds broader fake person-style rows for spreadsheets and API mocks.

Why might two rows look similar?

The same small dictionaries are reused; collisions are possible. Regenerate or post-process in your own pipeline if you need strict uniqueness.

Is there a row limit?

The UI caps batch size to keep the page responsive — very large outputs may still feel slow on low-memory devices.

Can I use this offline?

After the page loads once, generation works offline because logic is client-side — similar to offline-friendly APK parsing.

CSV and special characters?

CSV fields are escaped when they contain commas, quotes, or line breaks so common spreadsheet imports behave.

Compliance and PII policies?

You are responsible for how you use synthetic data in your organization — this tool does not provide legal or compliance advice.