Android Open Source

 Android Java Project

RSA Crypto

In the previous post, we created a project in which the text from a variable is encrypted using a 1024 bit RSA algorithm. Save the encrypted text to a file oflameron.txt

RSA Crypto

Let's check if the application will work correctly if we just read the ciphertext from the file

Let's comment out the module for encrypting and writing text to a file oflameron.txt

RSA Crypto

Run the application from Android Studio on the same smartphone

 

RSA Crypto
It can be seen that there is no error in the decoding algorithm, but instead of the original text - "garbage information"

Why and what to do - in the next post

 

Android Java Project

 



Comments

Popular posts from this blog

Android Photo Registrar OFLAMERON

Czech Entropy

Android Java Open Source