OpenSSL Secure Generation Generate cryptographically secure random data using . Password/Secret Generation Common Lengths | Use Case | Command | |----------|---------| | Password (strong) | | | API key | | | Session token | | | Short PIN (8 digits) | | Notes - outputs 1.33x the byte count in characters - outputs 2x the byte count in characters - Pipe through to filter character sets - Always use at least 16 bytes (128 bits) for secrets ---