Home  /  Tools Apps  / Generador RSA on Windows Pc

Generador RSA on Windows Pc

Developed By: Maguichisss

License: Free

Rating: 3,7/5 - 3 votes

Last Updated: December 25, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 0.1
Size 282.9 KB
Release Date November 23, 14
Category Tools Apps

Description from Developer:
Brief explanation of the RSA algorithm:

RSA assumes there any way to convert the letters and symbols in numbers and vice versa. This can be done using a conversion table as shown... [read more]

App preview ([see all 3 screenshots])

App preview

About this app

On this page you can download Generador RSA and install on Windows PC. Generador RSA is free Tools app, developed by Maguichisss. Latest version of Generador RSA is 0.1, was released on 2014-11-23 (updated on 2023-12-25). Estimated number of the downloads is more than 100. Overall rating of Generador RSA is 3,7. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 3 users, 2 users had rated it 5*, 1 users had rated it 1*.

How to install Generador RSA on Windows?

Instruction on how to install Generador RSA on Windows 10 Windows 11 PC & Laptop

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

Discussion

(*) is required

Download older versions

Other versions available: 0.1.

Download Generador RSA 0.1 on Windows PC – 282.9 KB

Brief explanation of the RSA algorithm:

RSA assumes there any way to convert the letters and symbols in numbers and vice versa. This can be done using a conversion table as shown above (ASCII table), where A corresponds to 11, B 12, etc. For example the word Attack! Would be transformed into 115,656,373,947.

After converting an integer word, encrypt and decrypt it becomes a matter of simple calculation between large integers.

P and q are two very large prime numbers, multiply obtaining
N = pq.

Is a positive integer and has no common factors with (p-1) (q-1).

D is a positive integer such that ed - 1 is divisible by (p- 1) (q-1).

They are:
f (x) = x ^ e mod N (this means "divide by N ^ x and y take the rest")
g (x) = x ^ d mod N (idem)

Use f (x) to encrypt and g (x) to decrypt.

elmensaje is encrypted and, N is the public key that anyone can know and can be used to encrypt a message, whereas d is the decrypted message. p and q are the private key known only to the recipient and serves to decrypt the message.

Why does the RSA is so hard to break? Consider that makes Alice to receive secret messages. First generate large primes p and q, then choose e. Finally solve the equation to find d:
ed + (p-1) (q-1) y = 1

Where all these variables are integers. Alice publishes N. ey is all you need for anyone to send secret messages.

Now let the evil Bob knows N and wants Alice decrypt messages. For this you need to know the factors of N, p and q in order to solve the equation. Then solve the equation to find d, equivalent to decrypt the message from Alice. The problem is that to factor (ie multiplied find p and q that make N) it would take an enormous amount of computational time -to values ​​of p and q sufficiently large ones could take millions of years with the knowledge and technologies.