Android Question Private and Public key cryptography

carlos7000

Well-Known Member
Licensed User
Longtime User
Hi!

I have been looking in the forum for an example that uses a public key encryption system and private key. The closest I've been is with this post.

https://www.b4x.com/android/forum/threads/base64-and-encryption-library.6839/#post-69584

In the example, the Keygenerator generates a key and then shows it. Unfortunately, the example does not work for me. I want to be able to generate both the public and the private keys, and be able to share the public, to develop a simple application that allows a secure communication.

¿Could someone help me with a simple algorithm?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top