Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


Wanting to learn filter_list
Author
Message
RE: Wanting to learn #2
If your website uses SQL, make sure you protect from SQL Injection, which you can do from PHP.
Prevent XSS, which you can also do from PHP.

If you have a login, hash your passwords. (More hashes in an algorithm = better security)
If you have a login, add a function to deny access if they have too many requests in a short amoutn of time (to stop brute force)
If you store cookies, encrypt the cookies and hook it with something, (like IP) to stop cookie stealing.
Have an Anti-flood script.

Reply





Messages In This Thread
Wanting to learn - by Slacker - 01-26-2013, 05:01 AM
RE: Wanting to learn - by i0xIllusi0n - 01-26-2013, 05:13 AM
RE: Wanting to learn - by Slacker - 01-26-2013, 05:16 AM
RE: Wanting to learn - by i0xIllusi0n - 01-26-2013, 05:27 AM
RE: Wanting to learn - by w00t - 01-26-2013, 07:17 AM
RE: Wanting to learn - by Slacker - 01-26-2013, 07:27 AM



Users browsing this thread: 1 Guest(s)