I want to encrypt a XML file in Wpf to 128 bit. Can anyone tell me how it is done through code in C#? And what is it exactly 128 bit encryption?
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.
128 bit is the size of key in encryption algorithm. Longer the key; the harder it is to crack the encryption. In .NET you can use AES or Rijndael for 128 bit encryption.
See Keep Your Data Secure with the New Advanced Encryption Standard