Tag: Development

Community

.NET Encryption Simplified

(wumpus1) Microsoft’s .NET framework has robust support for encryption in the System.Security.Cryptography namespace. Everything you need to perform encryption is available in that class, but it’s difficult to understand unless you have a firm grasp of cryptographic theory. Over the last four mo

Community

ASP.NET 2.0 Internals

(Jayesh Patel, Bryan Acker and Robert McGovern) While 100 percent backward compatible with ASP.NET 1.1, ASP.NET 2.0 brings a number of internal changes to ASP.NET. These include changes to the code model, compilation, page lifecycle, and more. This article outlines those changes.

Community

Secure your Server with iptables

(Blane Warrene) As of Linux kernel 2.4 and above, Netfilter has been included as a kernel extension by the majority of (if not all) Linux distributors. iptables is its counterpart and the tool for managing firewall rules. The duo, which I call simply “iptables”, creates a stateful firewall on a Linu