Click here to Skip to main content
15,895,740 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
can u please provide me vit simple encryption algorithm which can b used for software licensing project m confused wthr to use rsa or dsa please tell me if thrs some othr algorithm.....i need it as early as possible.....rply...
Posted
Comments
Logi Guna 16-Feb-13 1:29am    
Have a look: http://support.microsoft.com/kb/307010

Hi
I can use from bellow code, that it create encryption data by MD5 algorithms :

byte[] buffer = MD5.Create("MD5").ComputeHash(Encoding.UTF8.GetBytes(YourInformation));


I hope it's helpful for you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900