How to encrypt data using sha256
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For a given string
keyand a given stringbaseStringthen you encrypt the base string as follows:Note: this is just standard .Net code, and not specific to Windows Phone 7.
Note 2: this however doesn’t work in Windows 8 Store apps, but that is another store all together.