Encrypt
Encryption toolkit — file encryption, hash generation, key management, secure storage, certificate handling, and password hashing.
Commands
| Command | Description |
|---|---|
encrypt run | Execute main function |
encrypt list | List all items |
encrypt add <item> | Add new item |
encrypt status | Show current status |
encrypt export <format> | Export data |
encrypt help | Show help |
Usage
# Show help
encrypt help
# Quick start
encrypt run
Examples
# Run with defaults
encrypt run
# Check status
encrypt status
# Export results
encrypt export json
- Run
encrypt helpfor all commands encrypt/`
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
- Run
encrypt helpfor all commands
When to Use
- Quick encrypt tasks from terminal
- Automation pipelines
Output
Results go to stdout. Save with encrypt run > output.txt.