Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Codeigniter security - mysql database

I'm in the final stages of implementing a CodeIgniter site which requires a really simple login system. One user, and one password to protect the admin area. I think I will be using one of the many CodeIgniter authentication libraries, which should allow me to ensure that people can't read from the database without being logged in as admin (hopefully).

  1. Are there any glaring holes in a setup like this?
  2. Should I take further measures beyond using a library like this to ensure the security of the data in the MySQL database?

It will be hosted on a shared server; meaning little, or no server config will be possible.

like image 693
jsims281 Avatar asked Apr 08 '26 17:04

jsims281


2 Answers

There is a long discussion about the authentication systems available here: How should I choose an authentication library for CodeIgniter?

The latest version of Redux seems to be the favorite.

http://code.google.com/p/reduxauth/

like image 200
Jon Winstanley Avatar answered Apr 10 '26 10:04

Jon Winstanley


I have used in the past (with excellent results) DX Auth 1.0.6.

You can find it at http://codeigniter.com/forums/viewthread/98465/

like image 26
L. Cosio Avatar answered Apr 10 '26 10:04

L. Cosio



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!