Click here to Skip to main content
15,895,011 members
Articles / Programming Languages / C#

Encrypt and Decrypt Data with C#

Rate me:
Please Sign up or sign in to vote.
4.82/5 (26 votes)
17 May 2006CPOL3 min read 256.9K   12.4K   52  
Encrypt and Decrypt important data with C# and play

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnCryptDecrypt", "EnCryptDecrypt\EnCryptDecrypt.csproj", "{1B0C5B32-D3C4-4670-86FE-D0F1795D9F8F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1B0C5B32-D3C4-4670-86FE-D0F1795D9F8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1B0C5B32-D3C4-4670-86FE-D0F1795D9F8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1B0C5B32-D3C4-4670-86FE-D0F1795D9F8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1B0C5B32-D3C4-4670-86FE-D0F1795D9F8F}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer Pöyry Infra GmbH
Austria Austria
I am Syed Moshiur Murshed from Bangladesh. I studied BSC in Computer Science at American International University Bangladesh(www.aiub.edu). And then MSC in Software Technology at Stuttgart University of Applied Science, Germany(www.hft-stuttgart.de). Currently I am employed as a Software Engineer at Pöyry Infra GmbH in Salzburg, Austria since 04-2011.
I have been learning C# for quite some time and Enjoying it.

Comments and Discussions