Security & PrivacyEncryption UtilityIn Development

Securo Filer

A cross-platform Java utility for encrypting files and folders with flexible key sources and authenticated encryption.

Project visual coming soon

A project image, interface screenshot, or architecture visual can be added here later without changing this page layout.

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