Wortzel's blog

.Net (2.0, 3.0, 3.5), C#, Asp.net, Com+, GIS(ESRI Software), Management, Analysis & Design, Life, Trips, And more...

Browse by Tags

All Tags » Security (RSS)
Using SSL in your application
One of the ways to add another security level to our application is to use SSL. SSL gives the ability to encrypt messages between two endpoints. If you will search the web you’ll probably notice that this ability is given to you [almost] out of the box. If you are already using IIS as your web server and you want to add this security level, all you need to do is to check some check boxes in your web site configuration. In order to accomplish the configuration part you will be asked to provide a certificate...

Posted Saturday, July 11, 2009 10:41 PM by Avi Wortzel | 1 comment(s)

Sql injection Presentation
On my last semester, I took a course of "secure communication's networks" (By Professor Amir Herzberg). Among the topics we discussed, Professor Herzberg taught about vulnerability of security over the net. When we started to discuss the "Sql injection" subject he asked me to lecture about this subject in front of the class. You can download my short presentation about "SQL Injection Attack" from the following link.

Posted Tuesday, June 12, 2007 7:24 PM by Avi Wortzel | with no comments