[Secure Folder Encryptor]
A few antivirus engines may flag this EXE when scanning on VirusTotal.
This is a common false positive for new, unsigned executables, especially for utilities that encrypt files.
- 7/70 security vendors reported a detection.
- Major antivirus programs (Microsoft, Avast, BitDefender, Kaspersky, etc.) report it as safe.
- The program is offline, safe, and does not transmit data externally.
- If prompted by Windows SmartScreen: click More info → Run anyway.
Always use caution when running executables from the internet.
Secure Folder Encryptor is a lightweight, user-friendly application that allows you to securely encrypt and decrypt folders and all their contents.
The application:
- Encrypts folders into a secure
.encfile. - Preserves the original folder structure when decrypted.
- Includes a password strength meter to help you choose strong passwords.
- Optional auto-delete of the original folder after encryption.
- Modern dark-themed GUI with tabs and progress bars.
- Encrypt folders with a strong password.
- Decrypt
.encfiles back into the original folder structure. - Password strength meter for secure passwords.
- Optional auto-delete of the original folder after encryption.
- Progress bars for both encryption and decryption.
- Modern, intuitive dark GUI using Tkinter.
- Standalone EXE compatible with Windows (no Python required).
- Requires Python 3.7+
The software depends on the cryptography library.
pip install cryptography