Close Search Box
Search Box

Search: From:

Close
Newsletter

9Tutorials to your Inbox



In tag:

Encrypt Connection String in Web.Config

This article is to give an idea how we can achieve security in web.config file, its a basic practice to store our Database connection string in web.config file. This avoids hard coding and you can always change as and when required but the problem is anybody who has access to solution can see the user name and passwords of the database and can be changed.

2,839 views
1 Star2 Star3Star4 Star5 Star (4 votes, average: 4.5 out of 5)

Preventing Session Hijacking in PHP

You want make sure an attacker can’t access another user’s session. The solution is to allow passing of session IDs via cookies only, and generate an additional session token that is passed via URLs.

2,136 views
1 Star2 Star3Star4 Star5 Star (2 votes, average: 2 out of 5)