There's no shortage of functionality built into the .NET framework to help you encrypt and secure your data. Follow along and feel more secure.
Latest Encryption Articles
Using SSH Tunneling in Your Application
Use SSH tunneling to secure MySQL connections.
Securing PDF documents
Review of encryption and signing schemes, offered by PDF specification and supported by PDF management tools and components.
Cryptographic Solutions for .NET Developers: Hashing and Encryption
Learn how to use cryptography to improve the security of your applications. Discover the basic building blocks for encryption and hashing using C#.
ASP.NET Tip: Encrypting a Configuration File Section
ASP.NET 2.0 enables you to encrypt portions of your configuration file. You can pick a section in your Web.config file to encrypt and then decrypt.
VB .NET Tip: Encryption in Just Twelve Lines of Code!
If you don't want the overhead or complexity of a government-standard encryption technique, there is a simple solution.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Working with Google Protocol Buffers and .NET
Learn about something called "Google Protocol Buffers," and watch for later posts on other IoT subjects.

Working with Primes and Fibonacci Sequences in Visual Basic
Play with the Fibonacci sequence and prime numbers in this example-driven article.

Lesson Learned: The Need for a Domain Language
Translation costs time and money, and can affect the quality of the product being made. Make sure all your team members speak the same language.