Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
EarthQuake

Tips on protecting my website?

Recommended Posts

I've been working on my website recently, adding a level-based user account system. Users can register an account that must be activated by an administrator. All users including the administrators have a "level" which determines what type of access they have to the site.

My problem is, that the file I'm storing the passwords in cannot be protected via CHMOD because my script that reads the file just hangs whenever I do. I've tried all sorts of combinations, but the only ones that work still let me view the file through my browser. Now of course the passwords have been encypted, but I'm guessing that this just isn't enough. The entire security of the site depends upon protecting this file.

Any ideas on what I can do? If you need any more information on the system so far, just ask. I'd appreciate any help I could get.

Share this post


Link to post

What about a salt-based crypto system? I've used that before when writing a program here at work, and it seemed pretty easy to use, yet still decently safe.

But then again, I'm not a security expert ;)

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×