Android Open Source

 Open Source Java App

RSA Crypto

The project with PCA encryption works fine. Key generation is performed and the given text is encrypted and decoded. But in practice, the ciphertext must be stored, read and decoded. Let's make this version of the project.

Then, when our project is running, we will add it to the CryptoNOTE  project. At the same time, the previous encryption option - the symmetric AEC algorithm is also useful to us.

First, let's save the ciphertext to a file and read the text from the file. Then we will try to decode it.

Source CryptoNOTE project (No RSA)  


 CryptoNOTE_AES.ZIP  https://drive.google.com/file/d/1QhW9SRS6-fWGyV6hAAifxlUFe8PngCn9/view?usp=sharing

 P.S. An interesting option for applying PCA encryption - in combination with databases (for example, goods, users, documents)

Open Source Java App

 

Comments

Popular posts from this blog

Android Photo Registrar OFLAMERON

Czech Entropy

Android Java Open Source