VOOZH about

URL: https://apify.com/maximedupre/password-generator/input-schema

โ‡ฑ Input ยท Password Generator API for Secure Secrets ยท Apify


Pricing

from $0.45 / 1,000 generated passwords

Go to Apify Store

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.

Pricing

from $0.45 / 1,000 generated passwords

Rating

0.0

(0)

Developer

๐Ÿ‘ Maxime Duprรฉ

Maxime Duprรฉ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

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

prospect_camel/password-generator

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

Hash Generator

automation-lab/hash-generator

This actor generates cryptographic hashes for input strings using MD5, SHA-1, SHA-256, and SHA-512 algorithms. Useful for data integrity checks, password hash generation, content fingerprinting, and deduplication.

๐Ÿ‘ User avatar

Stas Persiianenko

12

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

Hash Generator

web.harvester/hash-generator

Generate MD5, SHA-1, SHA-256, SHA-512 hashes for text or files. Verify integrity, create checksums, deduplicate content.

3

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.

Number of passwords

quantity

Optional

How many password rows to generate.

Type:integer
Minimum:1
Maximum:10000
Default:10

Password length

length

Optional

Number of characters in each generated password.

Type:integer
Minimum:4
Maximum:128
Default:16

Policy profile

complianceProfile

Optional

Choose a preset policy, or keep Custom to use the detailed rules below.

Type:string
Default:none
Options:
nonestrictenterprisebankinggovernment

Include lowercase letters

includeLowercase

Optional

Allow lowercase letters such as a-z.

Type:boolean
Default:true

Include uppercase letters

includeUppercase

Optional

Allow uppercase letters such as A-Z.

Type:boolean
Default:true

Include digits

includeDigits

Optional

Allow digits such as 0-9.

Type:boolean
Default:true

Include symbols

includeSymbols

Optional

Allow symbols such as !, @, #, and %.

Type:boolean
Default:true

Require every selected character type

requireEachSelectedType

Optional

Make each password include at least one character from every enabled character type.

Type:boolean
Default:true

Minimum digits

minDigits

Optional

Minimum number of digits each password must contain.

Type:integer
Minimum:0
Maximum:128
Default:1

Minimum symbols

minSymbols

Optional

Minimum number of symbols each password must contain.

Type:integer
Minimum:0
Maximum:128
Default:1

Begin with a letter

beginWithLetter

Optional

Make each password start with a lowercase or uppercase letter.

Type:boolean
Default:false

Avoid ambiguous characters

avoidAmbiguous

Optional

Exclude characters that are easy to confuse when copied or read manually.

Type:boolean
Default:false

Avoid duplicate characters

noDuplicateCharacters

Optional

Make each character appear at most once in a password.

Type:boolean
Default:false

Avoid sequential characters

noSequentialCharacters

Optional

Avoid simple ascending or descending character sequences.

Type:boolean
Default:false

Hash output

hashType

Optional

Add a hash beside each generated password when you need stored-secret provisioning.

Type:string
Default:none
Options:
nonebcryptscryptsha256