Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to convert string and file to sha256 hashing as well as encrypt.
Can you give me the sample application or dll to test?

Thanks
Babu.K

[Email removed to avoid SPAM]
Posted
Updated 5-Aug-10 21:12pm
v2
Comments
Sandeep Mewara 6-Aug-10 3:12am    
No need to provide your email id. Once someone answers your question you automatically get an email.

SHA256 is for generating a hash value from content and is not encrypting
You have to choice a encryption method.
http://msdn.microsoft.com/en-us/library/system.security.cryptography.aesmanaged.aspx[^]
 
Share this answer
 
v2

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