Home  /  Tools Apps  / AES Message Encryptor for SMS on Windows Pc

AES Message Encryptor for SMS on Windows Pc

Developed By: Maninder Gill

License: Free

Rating: 4,6/5 - 153 votes

Last Updated: April 16, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.0.13
Size 82.2 KB
Release Date November 27, 23
Category Tools Apps

What's New:
Update SDK version, no change in functionality. [see more]

Description from Developer:
This app can be used for encrypting your message text , SMS or email content using Advanced Encryption Standard (AES) with 256 bit key. It can encrypt/ decrypt messages using AES... [read more]

App preview ([see all 9 screenshots])

App preview

About this app

On this page you can download AES Message Encryptor for SMS and install on Windows PC. AES Message Encryptor for SMS is free Tools app, developed by Maninder Gill. Latest version of AES Message Encryptor for SMS is 1.0.13, was released on 2023-11-27 (updated on 2024-04-16). Estimated number of the downloads is more than 10,000. Overall rating of AES Message Encryptor for SMS is 4,6. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 153 users, 6 users had rated it 5*, 126 users had rated it 1*.

How to install AES Message Encryptor for SMS on Windows?

Instruction on how to install AES Message Encryptor for SMS on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install AES Message Encryptor for SMS 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 AES Message Encryptor for SMS 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 "AES Message Encryptor for SMS" 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 AES Message Encryptor for SMS 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 "AES Message Encryptor for SMS" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

This app can be used for encrypting your message text , SMS or email content using Advanced Encryption Standard (AES) with 256 bit key. It can encrypt/ decrypt messages using AES. This app DOES NOT REQUIRE ANY PERMISSIONS and 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.

Text Encryptor is a Text Encryption application that allows you to protect your privacy while communicating with friends. It allows you to encrypt/decrypt text messages 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 message 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. 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.

Test Mode. AES test values (taken from FIPS-197) are:
Key: 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
Plaintext: 00112233445566778899aabbccddeeff
Ciphertext: 8ea2b7ca516745bfeafc49904b496089
Encrypting the plaintext with the key should give the ciphertext, decrypting the ciphertext with the key should give the plaintext.

You can test the encryption online by using the test values at
http://extranet.cryptomathic.com/aescalc/index
To test select the mode as ECB on the website and use the above test values. To test for anyother value of Key and data , ensure that the data is exactly 16 Hex (16x8=128 bits) characters long. The key should be 32 Hex characters (32x8=256 bits) long. The mode selected in the android application should be "Testing with No Padding". You would observe that the result matches exactly.

You can check SHA-256 conversion of the password online at
http://www.xorbin.com/tools/sha256-hash-calculator

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
Update SDK version, no change in functionality.