生成适合 PostgreSQL 的随机密码;SCRAM 友好模式避开空格、引号等易冲突字符,便于 scram-sha-256 认证。
PostgreSQL 密码
The PostgreSQL password generator creates random passwords in batches for PostgreSQL users, with modes such as alphanumeric, alphanumeric with symbols, SCRAM-friendly, hexadecimal, and Base64URL, and lengths from 8 to 64. The SCRAM-friendly mode skips characters like spaces and quotes that can conflict, making the output ready for scram-sha-256 authentication.
Ideal for setting strong passwords for PostgreSQL database users, especially with scram-sha-256 authentication. Passwords are generated locally in your browser and never uploaded.