Generate secure random strings, passwords, and cryptographic tokens using OpenSSL. Use when creating passwords, API keys, secrets, or any secure random data.
Initial release of the openssl skill for secure random data generation. - Provides commands to generate passwords, API keys, tokens, and secrets with OpenSSL. - Includes examples for different character sets and output lengths. - Offers guidance on common use cases and best practices for cryptographic security. - Details how to adjust output character sets and explains output sizing for base64 and hex.