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
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
Run the application from Android Studio on the same smartphone
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
Post a Comment