show/hide this revision's text 3 info added

I'm making a simple licensing system for my apps.

I don't know about cryptography, but I know that I need a algorithm that consists of 2 keys: private and public.

I need to encrypt some data (expiration date and customer email) using my private key, and then my app will decrypt the data using the public key to compare expiration date.

Is there a known algorithm that does what I need?

EDIT:Problem solved. Helper class to use dsa avaliable Here

show/hide this revision's text 2 deleted 55 characters in body; edited title

Cryprography Cryptography algorithm.

Hi!
Im

I'm making a simple licensing system for my apps.

I don't know about cryptography, but i I know that i I need a algorithm that consists in of 2 keys.
A : private key and a publickey.

I need to encrypt some data (expiration date and customer email) using my private key, and then my app will decrypt the data using the public key to compare expiration date.
Anyone knows if

Is there is a known algorithm that does what i I need?
Sorry about my english.

show/hide this revision's text 1

Cryprography algorithm.

Hi!
Im making a simple licensing system for my apps.
I don't know about cryptography, but i know that i need a algorithm that consists in 2 keys.
A private key and a public key.
I need to encrypt some data (expiration date and customer email) using my private key, and then my app will decrypt the data using the public key to compare expiration date.
Anyone knows if there is a known algorithm that does what i need?
Sorry about my english.