Expand description
SF-CLI - Secure File Encryption CLI/TUI Tool
A secure file encryption tool with password protection, supporting both command-line and terminal user interface modes.
Re-exports§
pub use models::*;
Modules§
- compression
- Compression and decompression utilities
- crypto
- Cryptographic operations for secure file encryption
- file_
ops - File and folder operations for encryption/decryption
- hybrid_
crypto - Hybrid encryption module combining asymmetric and symmetric cryptography
- models
- Data models for the secure file encryption tool
- progress
- Progress tracking for file operations
- ssh_
keys - SSH key discovery and management for hybrid encryption
- tui
- Terminal User Interface for file encryption operations
- watch
- File system watching for automatic encryption/decryption
Structs§
- Config
- Application configuration
Type Aliases§
- Result
- Application result type