Showing posts with label Software security. Show all posts
Showing posts with label Software security. Show all posts

Thursday, April 25, 2013

Login Page for Phpmyadmin


Create Login Page for Phpmyadmin - xampp

It is very easy to create login page for Phpmyadmin at xampp. We have to find the file named config.inc.php at root\xampp\phpMyAdmin\config.inc.php.

$cfg['Servers'][$i]['auth_type'] = 'config';

you just need to replace with the line  $cfg['Servers'][$i]['auth_type'] = 'cookie';

Now you will get login page for Phpmyadmin (mysql)

Wednesday, April 24, 2013

Software security

Software vulnerabilities

Common types of software flaws that lead to vulnerabilities include:

Some set of coding guidelines have been developed and a large number of static code analysers has been used to verify that the code follows the guidelines.

See also