21 Free File Encryption Tools for Windows, Linux and macOS

21 Free File Encryption Tools for Windows, Linux and macOS

File encryption is the process of converting data into a secure format that can only be accessed by someone who has the correct decryption key or password.

This ensures that your sensitive information, whether it's personal documents, financial records, or confidential work files, remains safe from unauthorized access.

What is a File Encryption Tool?

A file encryption tool is software that automates the process of encrypting and decrypting files. These tools use various encryption algorithms to secure data, making it nearly impossible for anyone without the correct key to access the contents of your files.

Many of these tools are available for free and support multiple operating systems like Windows, Linux, and macOS.

Benefits of File Encryption Tools

  1. Data Security: File encryption tools ensure that your sensitive data is protected, even if your device is lost, stolen, or compromised.
  2. Privacy Protection: These tools help you maintain your privacy by ensuring that only you and those you authorize can access your files.
  3. Compliance: Many industries have regulations requiring data encryption to protect sensitive information, and using these tools can help ensure compliance.
  4. Peace of Mind: Knowing that your data is secure allows you to focus on other important tasks without worrying about potential breaches.

Why Do Users Need File Encryption?

Our devices store vast amounts of personal and professional data. With increasing cyber threats, protecting this data is more important than ever. File encryption tools offer an easy way to secure your information, ensuring that even if someone gains access to your files, they won't be able to read or use them without your permission.

Whether you're safeguarding personal photos or sensitive business documents, encryption provides a critical layer of security that is essential for maintaining your privacy and protecting your information from prying eyes.

In the following list, we offer the best open-source free file encryption tools for Linux, Windows and macOS.

1. Speedcrypt

Speedcrypt is a file encryption software that provides robust security features to protect sensitive data.

The software supports various encryption algorithms, including AES-GCM, AES RIJNDAEL, PGP, AES (String Crypto 256 Bit Key), SERPENT, CHACHA20, and XCHACHA20-POLY1305, which are recognized for their strength and effectiveness in protecting sensitive data.

Speedcrypt File Encryption
Download Speedcrypt File Encryption for free. A File Encryptor with many Options and Powerful Algorithms! Speedcrypt is a software to encrypt your data that implements some of the most powerful and secure algorithms in the world. It also uses the most sophisticated password derivation techniques, with very robust HASH Functions.

2. CrococryptFile (Linux, Windows, macOS)

CrococryptFile is a comprehensive file encryption tool that provides secure encryption for files and folders. It is written using Java, so it runs on all systems as Windows, Linux and macOS.

Features

  • File and Folder Encryption: Encrypts entire files and folders, including all associated metadata (filenames, time/date, filesize).
  • Creates encrypted archives similar to ZIP files but with enhanced security features.
  • Complete Data Obfuscation: Disguises all information about the archive's content by integrating data and metadata into a single, undistinguished file dump.
  • Crypto Suites: Password-Based Encryption: Uses PBKDF2 for password-based encryption with options like AES-256, Twofish, and Serpent.
  • Public Key Encryption: Supports GPG/OpenPGP and integrates with Windows Keystore/CAPI using RSA/X.509 certificates for public key encryption.
  • Cloaked Encryption: Offers headerless encryption, cascading AES and Twofish for enhanced security.
  • Multi-Platform Compatibility: Works with different encryption methods, supporting both password-based and certificate-based encryption across various platforms.
  • Backup and Archiving: Ideal for creating encrypted backups and archives with hidden contents, ensuring that sensitive data remains secure.
  • Smart Card Integration: Supports encryption with smart cards, providing an additional layer of security through hardware-based authentication.
  • Hidden Content: The software ensures that all data within the encrypted file is hidden, making it impossible to discern any information about the contents without decryption.
CrococryptFile
Download CrococryptFile for free. An encryption tool for creating file archives. CrococryptFile is a file encryption tool which creates encrypted archives of files and folders. The encryption features of CrococryptFile can be compared to a ZIP utility that uses ZIP’s AES encryption.

3. PGPTool (Windows, Linux, macOS)

PGPTool allows you to encrypt and decrypt files. It's free and easy to use. This is also is written with Java and runs on Windows, Linux, and macOS.

Features

  • Automatically suggests encryption/decryption parameters - no need to enter everything manually
  • Helps to avoid leaving sensitive data in un-encrypted state
  • Compatible with OpenPGP specification
  • Supports multiple platforms: Windows, Linux and MacOS
PGPTool - use this tool to encrypt and decrypt PGP files. OpenPGP compatible
PGP for Windows, MacOS and linux. Desktop application to encrypt and decrypt PGP files. It’s free and easy to use. OpenPGP compatible.

4. Anfu

Anfu is a free and open-source Python program to Encrypt Files and Directories using Symmetric(fernet) Encryption. It has a simple Textual user interface(TUI).its available for both Linux and Windows.

Although it was not tested on macOS, but it can run on macOS.

Features

  • A simple and attractive TUI(Textual user interface).
  • Cross-platform,works on both windows and linux and probably on Mac too(haven't checked on mac tho).
  • Enhanced Error-handling,save error's in errorlog on Desktop
  • Can also encrypt programs along with other files.
  • Portable ,you can either install anfu or either use a portable version.use anytime anywhere.
  • Symmetric encryption.Files are encrypted with high level encryption.
  • Memory checking module for constantly checking system memory and show warnings when system exceeds 85% of memory usage.if you don't want this module to run, just change the bool value from 1 to 0.
  • Change font-type from simple font to fancy font(you need to configure your terminal for showing unicode characters).
  • Show tray notification upon encryption and decryption.
  • Mouse support,you can use keyboard as well as mouse for selecting options.
  • Interactive,can automatically adjust itself to window size.
GitHub - Justaus3r/Anfu: File/Folder Encryption tool with a simple Textual user interface(TUI) written in python.
File/Folder Encryption tool with a simple Textual user interface(TUI) written in python. - Justaus3r/Anfu

5. fcrypt

fcrypt is a free and open-source file encryption tool.

Features

  • Scrypt as Key Derivation Function.
  • Encryption using AES256-CBC and authentication using HMAC-SHA512.
  • Multiple files (16, configurable in src/Config.h in one package, one password per file.
  • A package is indistinguishable from /dev/urandom output.
  • There's no way to know how many and which files are encrypted in a package without knowing the password of each single file.
GitHub - carpikes/fcrypt: File Encryption Utility
File Encryption Utility. Contribute to carpikes/fcrypt development by creating an account on GitHub.

6. FileCryptor

FileCryptor is a command-line tool for encrypting and decrypting files securely. It uses AES encryption algorithm with CBC mode to provide strong encryption for your files.

It is written with Python and can be installed on Windows, Linux and macOS.

Features

  • File Encryption: Encrypts the specified file and generates an encrypted file.
  • File Decryption: Decrypts an encrypted file and restores the original file.
  • Password-Based Encryption: Uses a password provided by the user to derive the encryption key.
  • Automatic Key Generation: If no password is provided, the program automatically generates a random encryption key.
  • File Removal Option: Allows automatic deletion of the original file after encryption or decryption.
  • Error Handling: Provides informative error messages and ensures proper termination of the program.
  • Multiple Encryption Algorithms: Currently supports the AES algorithm with CBC mode. The code can be extended to support other cryptographic algorithms.
  • Key Management: Supports key generation, loading, and storing operations using a file-based key management system.
  • Progress Indicator: Provides progress indication during encryption or decryption of large files or slow operations.
  • Error Handling: Handles file read/write errors, encryption/decryption errors, and other exceptional situations.
GitHub - HalilDeniz/FileCryptor: File Cryptor
File Cryptor. Contribute to HalilDeniz/FileCryptor development by creating an account on GitHub.

7. Deadbolt

Deadbolt is a command-line tool designed to provide simple and efficient file encryption and decryption. It offers a straightforward way to securely encrypt files using a password-based system.

Deadbolt is particularly suitable for users who need a quick and easy method to protect sensitive data without the complexity of more advanced encryption tools.

Supported Systems:

Deadbolt is cross-platform and supports the following systems:

  • Windows
  • macOS
  • Linux
GitHub - alichtman/deadbolt: Dead-simple file encryption for any OS
Dead-simple file encryption for any OS. Contribute to alichtman/deadbolt development by creating an account on GitHub.

8. Picocrypt

Picocrypt is a compact and user-friendly encryption tool designed to securely protect your files. Despite its small size, it offers strong security features, utilizing the XChaCha20 cipher and the Argon2id key derivation function, both of which are recognized for their effectiveness in safeguarding data.

Picocrypt emphasizes simplicity and reliability, making it an ideal choice for users who need a straightforward encryption solution without compromising on security.

GitHub - HACKERALERT/Picocrypt: A very small, very simple, yet very secure encryption tool.
A very small, very simple, yet very secure encryption tool. - HACKERALERT/Picocrypt

9. Age

Age is a simple, modern, and secure file encryption tool, designed to be a user-friendly alternative to tools like GPG. It is particularly useful for developers, sysadmins, and anyone needing to encrypt files or data securely.

Features

  • Modern Encryption: Uses contemporary cryptographic practices, ensuring strong security with minimal configuration.
  • Ease of Use: Designed to be simple and intuitive, with minimal command-line arguments required to perform encryption and decryption tasks.
  • Portable: Written in Go, making it easy to compile and run on different operating systems, including Linux, macOS, and Windows.
  • Key Management: Supports both passphrase-based and public key encryption methods, providing flexibility depending on user needs.
  • Small and Lightweight: Focuses on simplicity and security without unnecessary features, resulting in a small codebase and quick performance.
  • Compatibility: Can be used in conjunction with other tools and scripts, making it a versatile choice for secure data handling.
GitHub - FiloSottile/age: A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. - FiloSottile/age

10. winage - Windows Age

This is a Windows GUI for the file encryption tool age, built on top of rage. This adapter wraps the age crate, compiles as a static library, and is used by a C++ MFC front end.

GitHub - spieglt/winage: Windows GUI version of the age file encryption tool (built on rage, the Rust implementation)
Windows GUI version of the age file encryption tool (built on rage, the Rust implementation) - spieglt/winage

11. Bcrypt Blowfish File Encryption

BCrypt is an open-source cross-platform file encryption utility that leverages the Blowfish encryption algorithm to securely protect files. It is designed to be simple, yet effective, allowing users to encrypt and decrypt files with ease.

BCrypt is particularly known for its robust security features, including the use of a user-defined passphrase for encryption, which makes it resistant to brute-force attacks.

Supported Systems:

BCrypt is compatible with the following operating systems:

  • Windows
  • Linux
  • macOS
Bcrypt - Blowfish File Encryption

12. encrypt

encrypt is a multi-platform, file encryption application. Binary packages are currently provided for Arch, Debian, Fedora, MS Windows, Android and OS X

encrypt
Download encrypt for free. cross-platform, encryption application. encrypt is a multi-platform, file encryption application. Binary packages are currently provided for Arch, Debian, Fedora, MS Windows, Android and OS X.

TrueCrypt was a popular open-source encryption tool that allowed users to create encrypted volumes and partitions on their computers. It provided strong encryption using algorithms like AES, Serpent, and Twofish, and supported the creation of hidden volumes and full-disk encryption.

TrueCrypt is not recommended for use today. In May 2014, the developers abruptly discontinued the project, citing security concerns and recommending users switch to alternative encryption tools.

While no specific vulnerabilities were disclosed at the time, the abrupt end and lack of ongoing support mean that any discovered vulnerabilities will not be patched, making TrueCrypt potentially insecure for modern use.

For these reasons, users are advised to switch to supported alternatives like VeraCrypt, which is a fork of TrueCrypt and continues to receive updates and security improvements.

TrueCrypt

14. rage

rage is a simple, modern, and secure file encryption tool, using the age format. It features small explicit keys, no config options, and UNIX-style composability.

GitHub - str4d/rage: A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability. - str4d/rage

15. EncryptXpert

EncryptXpert is a versatile cybersecurity tool developed in Python, designed to provide comprehensive data protection. It supports both a Graphical User Interface (GUI) and Command-Line Interface (CLI), making it accessible and user-friendly for various types of users.

EncryptXpert employs advanced encryption algorithms such as AES-EAX and AES-GCM, ensuring robust security for sensitive files.

Features

  • GUI and CLI tools for file encryption and decryption.
  • Support for AES-EAX and AES-GCM encryption algorithms.
  • Cross-platform compatibility with Windows and Linux environments.
  • Intuitive interface for easy customization of encryption parameters.
  • Seamless integration into automated workflows for streamlined encryption tasks.
GitHub - naemazam/EncryptXpert: EncryptXpert is an app for easy file encryption/decryption using AES-EAX or AES-GCM algorithms. With GUI & CLI support and Build-in Key Database System, it’s secure 🔒 & versatile across Windows and Linux.
EncryptXpert is an app for easy file encryption/decryption using AES-EAX or AES-GCM algorithms. With GUI & CLI support and Build-in Key Database System, it's secure 🔒 & versatile across…

16. AttachéCase4 (Windows)

AttacheCase4 is a simple and efficient file encryption tool designed for Windows. It allows users to easily encrypt and decrypt files and folders with a user-friendly interface. The tool supports strong encryption algorithms to ensure data security.

GitHub - hibara/AttacheCase4: File encryption software for Windows
File encryption software for Windows. Contribute to hibara/AttacheCase4 development by creating an account on GitHub.

17. EncrypIT (Windows)

EncrypIT is a file encryption tool developed for securely protecting data on Windows systems. It features a straightforward interface, allowing users to easily encrypt and decrypt files.

EncrypIT utilizes strong encryption methods to ensure the safety of sensitive information, making it a practical choice for those needing reliable file security. The tool is open-source, enabling users to review and modify the code as needed.

Features

  • Encrypt Files using EFS
  • Decrypt Files using EFS
  • Grant EFS access to file or directory for a domain user
  • Revoke EFS access to a file or directory from a domain user
  • Display Information on Encrypted File
  • Backup EFS Certificate
GitHub - OsbornePro/EncrypIT: Program to quickly and easily encrypt or decrypt files or directories using Encrypting File System (EFS) as well as add and remove domain user EFS permissions to a file.
Program to quickly and easily encrypt or decrypt files or directories using Encrypting File System (EFS) as well as add and remove domain user EFS permissions to a file. - OsbornePro/EncrypIT

18. Enigma (Windows, Linux, macOS)

Enigma is a Java-based development environment and compiler designed to simplify the creation of Java-based applications. It includes a variety of tools to help developers write, compile, and debug their code efficiently.

Enigma is particularly useful for educational purposes and for those who are new to Java programming, as it provides an integrated environment that makes learning and development more accessible.

GitHub - aegistudio/enigma: 🔢🔒Enigma: a simple cross-platform encrypted filesystem
🔢🔒Enigma: a simple cross-platform encrypted filesystem - aegistudio/enigma

19. Kryptor

Kryptor is a simple, modern, and secure file encryption and signing tool for Windows, Linux, and macOS.

It aims to be a better version of age and Minisign to provide a leaner, user friendly alternative to GPG.

Features

  • The latest and greatest cryptographic primitives, with no config options.
  • Encrypt multiple files/directories with a passphrase, symmetric key, or asymmetric keys.
  • Encrypt to multiple recipients for sender authenticated, one-way file sharing.
  • Encrypted files are indistinguishable from random. File names can also be encrypted.
  • Create and verify digital signatures, with support for an authenticated comment and prehashing.
  • Small public keys. Private keys are encrypted for protection at rest.
  • UNIX style passphrase entry and random passphrase generation.
  • Pre-shared keys can be used for post-quantum secure key exchange.
GitHub - samuel-lucas6/Kryptor: A simple, modern, and secure encryption and signing tool that aims to be a better version of age and Minisign.
A simple, modern, and secure encryption and signing tool that aims to be a better version of age and Minisign. - samuel-lucas6/Kryptor

20. cppcryptfs (Windows)

cppcryptfs is an open-source encryption tool that provides a FUSE-based file system for encrypting files on the fly. It is designed to be compatible with EncFS, allowing users to mount encrypted directories and access them as if they were unencrypted, with encryption and decryption happening transparently.

This tool is particularly useful for those who need secure, real-time encryption of files on Windows systems, ensuring that sensitive data remains protected without disrupting workflow.

However, we DO NOT recommend for every day users.

GitHub - bailey27/cppcryptfs: cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.
cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows. - bailey27/cppcryptfs

21. Rymdport (Linux, Windows, macOS)

Rymdport (formerly wormhole-gui) is a cross-platform application that lets you easily and safely share files, folders, and text between devices.

The data is sent securely with end-to-end encryption using the same protocol as magic-wormhole. This means that Rymdport can talk not only to itself, but also to other wormhole clients.

The transfers are implemented using wormhole-william, a native Go implementation of magic-wormhole.

As a result, Rymdport compiles into a native binary with no runtime dependencies while also outperforming the reference implementation of magic-wormhole.

Pre-built binaries are available for FreeBSD, Linux, macOS (x86-64 and arm64) and Windows (x86-64).

GitHub - Jacalz/rymdport: Cross-platform application for easy encrypted file, folder, and text sharing between devices.
Cross-platform application for easy encrypted file, folder, and text sharing between devices. - Jacalz/rymdport







Read more




Open-source Apps

9,500+

Medical Apps

500+

Lists

450+

Dev. Resources

900+

/