Back to Directory
research
Openssl
Generate secure random strings, passwords, and cryptographic tokens using OpenSSL. Use when creating passwords, API keys, secrets, or any secure random data.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...API Key Required
This skill requires external API keys. Check the repository for .env setup instructions.
About this Skill
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.