License key Generator
843811May 12 2005 — edited Mar 30 2006Hi,
I am developing license key generator application for XYZ application.
I tried using RSA algorithm with 1024 bits but it generates a very long encrypted string. I need length to be 30-40.
I can't use symmetric algorithms here because it uses same key for both encryption and decryption which is insecure.
Please guide me in working out this.
Thanks