Answered by:
windows store desktop apps, File encryption algorithm

Question
-
I am developing a project on Windows store desktop apps. I need to encrypt a file from server and decrypt the file at client side(desktop pc).
Development language for the application is C#. IDE is "Visual Studio 2012 Express for Windows store apps"
What type of Encryption algorithm will be good to implement?
Please provide some samples too as am new to C# coding.
Monday, September 16, 2013 10:45 AM
Answers
-
Check the samples page:
http://code.msdn.microsoft.com/windowsapps/site/search?query=encryption&f%5B0%5D.Value=encryption&f%5B0%5D.Type=SearchText&ac=4Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.- Marked as answer by Anne Jing Wednesday, September 25, 2013 1:10 AM
Monday, September 16, 2013 1:58 PMModerator -
Hi Matt,
Thanks for the Time and reply.
I am implementing AES_CBC_PKCS7 algorithm for ciphering.This I found pretty strong similar to Rijndal.
- Marked as answer by Anne Jing Wednesday, September 25, 2013 1:10 AM
Wednesday, September 18, 2013 12:13 PM
All replies
-
Check the samples page:
http://code.msdn.microsoft.com/windowsapps/site/search?query=encryption&f%5B0%5D.Value=encryption&f%5B0%5D.Type=SearchText&ac=4Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.- Marked as answer by Anne Jing Wednesday, September 25, 2013 1:10 AM
Monday, September 16, 2013 1:58 PMModerator -
Hi Matt,
Thanks for the Time and reply.
I am implementing AES_CBC_PKCS7 algorithm for ciphering.This I found pretty strong similar to Rijndal.
- Marked as answer by Anne Jing Wednesday, September 25, 2013 1:10 AM
Wednesday, September 18, 2013 12:13 PM