David Christiansen | davidchristiansen.com

Security

How simple is a OpenID Connect Basic client? (C#)

John Bradley has just posted a great entry demonstrating how simple life is going to be for a Relying Party when it comes to OpenID Connect. I highly recommend you go and read it.The sample code in John’s post is in PHP so I thought I would quickly provide the same samples in C#. here we go.

PCI-DSS Assessment – Howto: Disable SSL2 and Weak Ciphers on IIS6

If you deal with Credit Cards on the Internet, then it is very likely that you will have to conform to the Payment Card Industry Data Security Standards (PCI-DSS). You can get the standards specification, the self assessment questionnaire, or find instructions on exactly what you need to do to conform on the PCI-Security Standards Council website. Depending on the nature of your business, and indeed how much money you see, you may need to perform network vulnerability assessments every quarter. These ......