PrivaFile is a desktop application specifically designed for Linux that enables secure file encryption. Developed and tested on Ubuntu, it offers a robust solution for protecting sensitive data.
- Operating System: Linux (Tested on Ubuntu 22.04 LTS and higher)
- Architecture: x64
- Disk Space: 100MB minimum
- RAM: 512MB minimum
- File encryption using AES-256 algorithms
- Modern graphical interface optimized for Linux environments
- Automatic updates through GitHub
- Support for files of any format
- Integrated dark mode
sudo dpkg -i privafile_1.0.0.deb
sudo apt-get install -f # To resolve dependencies if neededchmod +x PrivaFile-1.0.0.AppImage
./PrivaFile-1.0.0.AppImage-
Launch PrivaFile from the applications menu or via command:
privafile
-
To encrypt a file:
- Select the file using the "Browse" button
- Enter a secure password
- Press "Encrypt"
-
To decrypt a file:
- Select the .encrypted file
- Enter the corresponding password
- Press "Decrypt"
PrivaFile implements the following security measures:
- AES-256 encryption for maximum protection
- Passwords are never stored on disk
- No external server connections except for updates
- File integrity verification
- Application requires write permissions in the destination directory
- Not compatible with 32-bit systems
If you encounter any errors, verify:
- Proper user permissions
- Sufficient disk space
- Updated system
This project is developed and maintained by staFF6773. To contribute:
- Make sure you have Node.js and npm installed
- Clone the repository
- Install dependencies:
npm install
- For local development:
npm run dev
GPL-3.0 license
Copyright (c) 2025 staFF6773
- Developer: staFF6773
- Email: notstaffof@gmail.com
- GitHub: https://github.com/staFF6773/privafile