Search

Categories

On this page

General Questions
Securing your password transfers with Keyed-Hashing (HMAC/Cram-MD5)
Marshalling: Using native DLLs in .NET
Simple AJAX
Creating a custom authentication sink for IIS SMTP or Exchange

Statistics

Total Posts: 9
This Year: 0
This Month: 0
This Week: 0
Comments: 42

Feeds

RSS 2.0 | Atom 1.0 | CDF

Contact

Send mail to the author(s) E-mail

 

Sign In

# Thursday, 30 October 2008
Thursday, 30 October 2008 17:48:29 (W. Europe Standard Time, UTC+01:00) ( Q & A )
Post your general questions here...
Comments [3] | | # 
# Tuesday, 30 September 2008
Tuesday, 30 September 2008 15:49:26 (W. Europe Standard Time, UTC+01:00) ( Security )
Checking passwords the secure way. This post explains how you can implement a secure password system. A system where you don't have to send your password over the internet to be validated. It explains about HMAC and Cram-MD5. Some examples (in C#.Net) are included to demonstrate implementation of the system.
Comments [0] | | # 
# Friday, 29 August 2008
Friday, 29 August 2008 13:25:57 (W. Europe Standard Time, UTC+01:00) ( .Net )
How to use a native DLL (or C++ DLL) in your managed .Net code? This post shows which types are interoperable, how to import a DLL, how to pass strings, how to pass structures and how to de-reference pointers.
Comments [25] | | # 
# Sunday, 17 August 2008
Sunday, 17 August 2008 12:43:01 (W. Europe Standard Time, UTC+01:00) ( Script and HTML | Techniques )
AJAX the simple way. Without XMLDocuments and frameworks. Just plain DHTML
Comments [0] | | # 
# Wednesday, 13 August 2008
Wednesday, 13 August 2008 19:26:56 (W. Europe Standard Time, UTC+01:00) ( .Net | Microsoft SMTP | Techniques )
How to create a custom AUTH sink for Microsoft SMTP. The post shows you how the managed wrappers are used, how to read the protocol input, how to write protocol output, how to read additional lines of input after the bound event is done with the SetCallback method, how to create new authentication schemes, how to set the CommandStatus, how to use the session's propertybag, how to accept or decline within the protocol, and more...
Comments [10] | | #