Skip to content

gjtiquia/mini-file-encryptor

Repository files navigation

Mini File Encryptor

Mini File Encryptor. A secure, offline, minimalistic file encryptor.

Screenshot

Encrypt any folder into a password-protected file.

Securely encrypted with AES256, being fully offline reduces the risk of leaking sensitive data to the Internet.

Having a minimalistic design, Mini File Encryptor is easy to use with no configuration or advanced settings needed.

Download Links

Download for Windows

Windows Download Instructions

  1. Run the .exe file to install the app.

Download for MacOS

MacOS Download Instructions

  1. Unzip the .zip file.
  2. Drag the .app file into the /Applications folder.

Troubleshooting - Windows

Windows - Windows protected your PC warning

If the following warning is shown,

Windows protected your PC

Click More info, then click Run anyway at the bottom.

Windows - Run Anyway

Troubleshooting - MacOS

MacOS - Developer cannot be verified warning

If the following warning is shown,

"MiniFileEncryptor" cannot be opened because the developer cannot be verified.

Go to System Settings > Privacy & Security, scroll to the bottom and click Open Anyway.

MacOS - Open Anyway

Commands

Run the following command to install all dependencies.

npm install

Run the following command to launch the app in dev mode.

npm run start