8000 GitHub - daz261/RSA-Decryption-1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

daz261/RSA-Decryption-1.0

Repository files navigation

RSA Decryption for Barcode and Text Recognition

The RSA Decryption app demonstrates how to use RSA decryption in order to decrypt RSA-encrypted text in plain or barcode format. The app is structured into two modules or steps:

  1. Scanning of the RSA private key in QR code format
  2. Scanning of the encrypted text

Libraries

Use

  1. Download the repository and open it with Android Studio.
  2. In the app-level build.gradle change the name of the app from "com.example.mlkit_barcode_ocr" to your desired name.
  3. Register the app with Firebase, download the .json file and add it in the app folder.

It is recommended that you deploy the app on an Android device, because of the scanning capabilities that are easier to use on a phone. However, if you want to use the Android emulator, you can make the most of the app by changing the camera settings of the emulator to the computer's webcam. Under Tools > AVD Manager, select the "pencil" to get to "Virtual Device Configuration". Show Advanced Settings > Camera will give you the option of using emulated, webcam0 or none. Select Webcam0 for the Front camera.

Press run. The rest of the instructions are shown on the screen. .

As a first stem, you will have to scan the private key in QR format. Some examples can be found under Tests/.

Barcode Detection

Text Detection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0