Overview
Securo Filer encrypts individual files or directory trees with AES-GCM while keeping memory use low through streaming I/O. It can derive an encryption key from text, images, or other files by hashing the selected source.
What it does
- Encrypts individual files or complete directory trees
- Supports text, image, and file-based key sources
- Uses AES-GCM for confidentiality and tamper detection
- Streams file processing to handle large inputs efficiently