User Guide¶
Comprehensive guides for using EncryptoCLI features.
Operations¶
- Hashing - Generate cryptographic hashes
- Encryption - Protect your data with encryption
- Decryption - Recover encrypted data
- Steganography - Hide data in images
- PGP Key Management - Manage PGP keys
Common Tasks¶
Encrypt a File¶
- Run
encryptocliin TUI mode - Select "Encrypt" operation
- Choose "File" as data type
- Enter the file path
- Select encryption method (AES or PGP)
- Provide password or recipient email
- Save the encrypted output
Decrypt a File¶
- Run
encryptocliin TUI mode - Select "Decrypt" operation
- Choose "File" as data type
- Enter the encrypted file path
- Select decryption method
- Provide password or passphrase
- Save the decrypted output
Hash a File¶
- Run
encryptocliin TUI mode - Select "Hash" operation
- Choose "File" as data type
- Enter the file path
- Select hash algorithm
- View and copy the hash result
Supported Formats¶
- Text: Plain text input directly in the interface
- Files: Any file type can be encrypted, decrypted, or hashed
- Images: PNG images for steganography operations