Pricing
from $500.00 / 1,000 results
Go to Apify Store
Pricing
from $500.00 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
8
Total users
1
Monthly active users
2 months ago
Last modified
Categories
Share
Secure Password Generator
๐ Apify
๐ Version
๐ Node.js
Generate cryptographically secure passwords โ 1 result = 1 password.
Features
- True Randomness:
crypto.randomBytes()โ noMath.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}
| Field | Type | Default | Description |
|---|---|---|---|
length | Integer | 12 | 4โ128 |
include_uppercase | Boolean | true | A-Z |
include_lowercase | Boolean | true | a-z |
include_numbers | Boolean | true | 0-9 |
include_symbols | Boolean | true | !@#$ etc. |
num_passwords | Integer | 1 | Max 1,000 |
avoid_ambiguous | Boolean | false | Skip 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
- Apify SDK
- Node.js
crypto - Love from India
License
MIT ยฉ 2025 CrawlPilot
