Crate sf_cli

Crate sf_cli 

Source
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