Releases: TocConsulting/cryptex
Releases · TocConsulting/cryptex
Cryptex v1.0.0 - Enterprise Password Generator
v1.0.0 - Initial Release
Cryptex is an enterprise-grade CLI tool for generating cryptographically secure passwords, API keys, and TOTP secrets.
Features
Password Generation
- Strong, pronounceable, alphabetic, numeric, and custom character sets
- Configurable length (8-256 characters)
- Minimum character requirements (uppercase, lowercase, digits, special)
- Similar character exclusion for readability
Compliance Templates
- NIST 800-63B (US federal systems)
- PCI-DSS (payment card industry)
- OWASP (web application security)
- High-security, user-friendly, database-safe, WiFi presets
API Key Generation
- UUID, hex, base64, URL-safe formats
TOTP/2FA Support
- Generate secrets for Google Authenticator, Authy, and other TOTP apps
- QR code display in terminal
Enterprise Integrations
- AWS Secrets Manager
- HashiCorp Vault
- OS Keychain (macOS, Linux, Windows)
Output Options
- Plain text, JSON, CSV, environment variables
- Key-value pair generation for .env files
- Clipboard copy support
- QR code generation
Installation
pip install cryptex
Quick Start
cryptex # Generate secure password
cryptex -l 24 --template owasp # OWASP compliant, 24 chars
cryptex --kv "DB_PASS,API_KEY" -f env > .env