Home  /  Tools Apps  / File Encryptor on Windows Pc

File Encryptor on Windows Pc

Developed By: Maninder Gill

License: Free

Rating: 3,8/5 - 25 votes

Last Updated: April 16, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.0.5
Size 98.5 KB
Release Date January 13, 17
Category Tools Apps

App Permissions:
Allows an application to write to external storage. [see more (2)]

What's New:
The earlier version used Electronic Code Book(ECB) Block Cipher Mode which is vulnerable to Crypt analysis and not recommended to be used. This version uses... [see more]

Description from Developer:
This app can be used for encrypting your files using Advanced Encryption Standard (AES) with 256 bit key. It can encrypt/ decrypt files using AES. This app ONLY REQUIRES PERMISS... [read more]

App preview ([see all 9 screenshots])

App preview

About this app

On this page you can download File Encryptor and install on Windows PC. File Encryptor is free Tools app, developed by Maninder Gill. Latest version of File Encryptor is 1.0.5, was released on 2017-01-13 (updated on 2024-04-16). Estimated number of the downloads is more than 5,000. Overall rating of File Encryptor is 3,8. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 25 users, 1 users had rated it 5*, 11 users had rated it 1*.

How to install File Encryptor on Windows?

Instruction on how to install File Encryptor on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install File Encryptor on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install File Encryptor using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "File Encryptor" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install File Encryptor on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "File Encryptor" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.0.5.

Download File Encryptor 1.0.5 on Windows PC – 98.5 KB

This app can be used for encrypting your files using Advanced Encryption Standard (AES) with 256 bit key. It can encrypt/ decrypt files using AES. This app ONLY REQUIRES PERMISSION to WRITE SD CARD and NOTHING MORE, so you can be sure ,that your DATA IS SAFE. It is COMPLETELY FREE OF ADVERTISEMENTS. You can be sure that the app does what it promises . The crack resistitvity of an AES depends on the password length and complexity. The app warns if the user does not selects a password with min 6 characters having atleast one uppercase letter, one lower case, one special character and one digit.

File Encryptor is a file Encryption application that allows you to protect your image,doc,xls etc data files. It allows you to encrypt/decrypt files using Advance Encryption Standard(AES) with a 256 bit (key length).

The system computes the 256 bit key from the password string using SHA-256. The system uses Cipher Block Chaining method (CBC) to encrypt the data in blocks of 128 bits. Block cipher modes for symmetric-key encryption algorithms require plain text input that is a multiple of the block size (ie 128 bits for AES), so messages may have to be padded to bring them to this length. The padding being used is PKCS5Padding. In CBC Explicit Initialization Vectors technique is being used wherein we prepend a single random block to the plaintext. Encryption is done as normal, except the IV does not need to be communicated to the decryption routine. Whatever IV decryption uses, only the random block is "corrupted". This block is discarded and the rest of the decryption is the original plaintext.

Electronic Codebook(ECB) block cipher method option has also been given to be compatible with legacy version of the app. In ECB the message is divided into blocks, and each block is encrypted separately.The disadvantage of this method is that identical plaintext blocks are encrypted into identical ciphertext blocks; thus, it must not be used with a non-random and repetitive data. The ECB mode is deterministic. ECB option is only for academic purpose and backward compatibility.

You can use it to encrypt files before putting them on online locations (cloud storage, Google Drive, Skydrive, Box, Dropbox, Gmail, etc.) or to store encrypted sensitive files on your Android phone so that they are unreadable to those who don't know your password.

Features
• AES encryption format.
• File encryption and decryption.
• Secure erase of original files after encryption or decryption ( will be build in future versions).
• Internal file browser for selecting.
• Send/share functionality for Google Drive, SkyDrive, Box, Dropbox, Gmail, Bluetooth etc.
• Encrypt your files before putting them in the cloud storage (Google Drive, SkyDrive, Box, Dropbox etc.)
• Password can be up to 40 characters (minimum 6 and recommended at least 12 characters or more)
• Encrypted files have .aes_ extension.
• Files after encryption/decryption go to the same folder.

Incase of any issues, feel free to write to me at
manindersinghgill@gmail.com

PS
Some good links to learn cryptography process being used in the app are as under
AES
https://www.youtube.com/watch?v=nL1ApwEXrz0
https://www.youtube.com/watch?v=ayiOhApI6SM

Block Ciphers, Why not use ECB?
https://www.youtube.com/watch?v=t0pREiDO7_g
https://en.wikipedia.org/wiki/Block_cipher

UTF-8
https://www.youtube.com/watch?v=vLBtrd9Ar28
The earlier version used Electronic Code Book(ECB) Block Cipher Mode which is vulnerable to Crypt analysis and not recommended to be used. This version uses Cipher Block Chaining(CBC) as the block cipher mode. In this mode, the feature to share the encrypted file/files as attachment in mail has been added. The support for SD Card has been added in addition to internal storage which existed earlier.
Allows an application to write to external storage.
Allows an application to read from external storage.