In-Depth

Books: Implement Security and Cryptography

NET Security and Cryptography by Peter Thorsteinson and G. Gnana Arun Ganesh lays down the foundation for .NET security features and shows you how to use them properly.

Any application being developed in a network-based world should take security into consideration. .NET Security and Cryptography by Peter Thorsteinson and G. Gnana Arun Ganesh does an excellent job of laying down the foundation for .NET security features and showing you how to use them properly. The authors discuss numerous topics, including hashing, encryption, decryption, the .NET security model, and ASP.NET.

I knew I was going to like what this book had to say after reading only the first three pages. The analogies and examples given within the first few pages give you a feel for the authors' conversational style. They give you the theory behind each topic and then proceed to delve into the low-level details.

The first part of the book is devoted to cryptography. I didn't realize how many algorithms are included in the .NET platform. This book covers the obvious algorithms, such a RSA and Triple DES, but it also covers more modern topics such as XML encryption and signatures. XML is ubiquitous now, so it makes sense to know how to protect all or portions of your data as it is being shared.

The second half of the book focuses on security and how to implement it programmatically. The section on the .NET security model was extremely helpful. The book explains the various security approaches .NET supports and gives you the information you need to decide which ones you want to leverage. The authors discuss credentials, groups, and permission sets in great detail. However, I'd like to see more information about ASP.NET and Passport.

Overall, this book is well worth the money. It reads nicely, and the topics are covered in a logical fashion. This book is not for the novice programmer; it's intended to be a tutorial for someone with decent experience writing code. This book could pay for itself in the time you save using the examples provided.

.NET Security and Cryptography
by Peter Thorsteinson and G. Gnana Arun Ganesh
Prentice Hall
ISBN: 013100851X
Price: $49.99
Quick Facts: Covers .NET implementation of various cryptography and security topics such as hashing, encryption, and authentication.
Pros: Describes complex topics in a clear and concise manner; good coding examples.
Cons: Some topics such as ASP.NET and Passport could have been discussed more.
comments powered by Disqus

Featured

  • Spring AI 2.0 Goes GA, Giving Java Developers a More Mature AI App Stack

    Spring AI 2.0 advances the Java framework for generative AI apps with a Spring Boot 4 baseline, cleaner agentic tooling, Model Context Protocol support and vendor-backed integrations including Azure Cosmos DB.

  • Kubernetes for Developers

    Microsoft's Dan Wahlin previews his introductory "Kubernetes for Developers" session at Visual Studio Live! San Diego 2026, explaining how developers can get past the Kubernetes learning curve by starting locally, mastering Pods first, and using Services to make containerized applications reliably accessible.

  • VS Code Keeps Eye on Costs in v1.126 Update

    Visual Studio Code 1.126 adds session-level Copilot cost information, continuing Microsoft's recent focus on helping developers monitor and manage usage-based GitHub Copilot billing.

  • Open VSX 1.0.0 Puts Focus on Open Extension Registry for VS Code Ecosystem

    Eclipse Open VSX has reached 1.0.0, highlighting its role as a vendor-neutral registry for VS Code-compatible extensions.

Subscribe on YouTube