VOOZH about

URL: https://apify.com/crawlpilot/passwordgenerator

โ‡ฑ PasswordGenerator ยท Apify


Pricing

from $500.00 / 1,000 results

Go to Apify Store

Secure password generator using crypto

Pricing

from $500.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ CrawlPilot

CrawlPilot

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

1

Monthly active users

2 months ago

Last modified

Share

Secure Password Generator

๐Ÿ‘ Apify
๐Ÿ‘ Version
๐Ÿ‘ Node.js

Generate cryptographically secure passwords โ€” 1 result = 1 password.

Features

  • True Randomness: crypto.randomBytes() โ€” no Math.random()
  • Custom Length: 4โ€“128 characters
  • Flexible Char Sets: Uppercase, lowercase, numbers, symbols
  • Avoid Ambiguity: Skip 0/O, 1/l, I (optional)
  • Batch Output: 1 password = 1 dataset item (ideal for export)
  • Lightning Fast: <1s per run

Input Schema

{
"length":16,
"num_passwords":5,
"include_uppercase":true,
"include_lowercase":true,
"include_numbers":true,
"include_symbols":false,
"avoid_ambiguous":true
}
FieldTypeDefaultDescription
lengthInteger124โ€“128
include_uppercaseBooleantrueA-Z
include_lowercaseBooleantruea-z
include_numbersBooleantrue0-9
include_symbolsBooleantrue!@#$ etc.
num_passwordsInteger1Max 1,000
avoid_ambiguousBooleanfalseSkip confusing chars

At least one char set required.


Output (Dataset)

1 password = 1 result โ†’ Clean, billable, exportable

{"password":"XyKpM2qR8vN4jLbC","length":16,"config":{ ... },"generated_at":"2025-11-07T06:00:00.000Z"}
{"password":"A7tU3eW5rY9mP2fG","length":16,"config":{ ... },"generated_at":"2025-11-07T06:00:00.000Z"}

Export as CSV/JSON โ†’ Ready for scripts, DBs, Make.com, n8n, or Zapier.

Use Cases

  • Generate API keys, tokens, or user passwords
  • Seed test databases
  • Automate onboarding
  • Integrate with Make.com, Zapier, or scripts

Example Runs

// 3 readable passwords (no symbols, no ambiguity)
{"num_passwords":3,"include_symbols":false,"avoid_ambiguous":true}

Logs:

Generated 3password(s)of length 12:
- AbCdEfGhIjKl
- MnOpQrStUvWx
- YzAbCdEfGhIj

Troubleshooting

  • "Char set" error โ†’ Enable at least one character type
  • Length clamped โ†’ Input outside 4โ€“128 is adjusted
  • No dataset? โ†’ Check logs for generated passwords

Built With


License

MIT ยฉ 2025 CrawlPilot


You might also like

Password Generator Actor

portrik/password-generator-actor

Simple password generator actor written in Rust

๐Ÿ‘ User avatar

Patrik Dvoล™รกฤek

4

Password Generator

pulse_automation/password-generator

Password Generator with Hashing is a highly customizable Apify actor designed for generating strong passwords at scale. Whether you need a handful of user-friendly passwords orhundreds of cryptographically secure secrets, this actor provides full control over options.

๐Ÿ‘ User avatar

Milad Amirzadeh

6

Password Generator

maximedupre/password-generator

Generate secure passwords in bulk with custom length, character sets, policy rules, and optional bcrypt, scrypt, or SHA-256 hashes. Export one row per password for QA, onboarding, provisioning, API workflows, and spreadsheets.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

Secure Password & Passphrase Generator

rl1987/password-generator

Generate cryptographically secure passwords and diceware passphrases following NIST SP 800-63B guidance, with entropy reporting.

Password Generator

hulkscrape/password-generator

Generate cryptographically secure passwords with clear strength indicators and flexible options. Perfect for account setup, automation, testing, and everyday security needs.

Password Generator

prospect_camel/password-generator

Generate Passwords at minimal pricing whether it is single or thousands.