Welcome Guest, Not a member yet? Register   Sign In
question for hackers :D
#1

[eluser]Mostafa Hassan[/eluser]
Hi,

i want to know the more secure way for admin log in

session or cookie ?
#2

[eluser]Vheissu[/eluser]
Use sessions, but make sure you've got Codeigniter set in the configuration file located in the config folder to use your database to store session information and also make sure you've got encryption turned on as well to stop people seeing information in your database.
#3

[eluser]Mostafa Hassan[/eluser]
thank you very much Vheissu. i execute your advices

but i am so afraid from hacking .. how can i get professional skills in web security

i only use validation as security

and str_replace function to replace any bad code inserted in input form.

cpanel folder security and permissions

,,,,

i think i must me hacked by hackers more and more to learn more and more lol
#4

[eluser]Buso[/eluser]
[quote author="Mostafa Hassan" date="1283769354"]thank you very much Vheissu. i execute your advices

but i am so afraid from hacking .. how can i get professional skills in web security

i only use validation as security

and str_replace function to replace any bad code inserted in input form.

cpanel folder security and permissions

,,,,

i think i must me hacked by hackers more and more to learn more and more lol[/quote]
haha getting hacked is a start

I would recommend that you google the most common hacks and how to avoid them: sql injection, XSS, CSRF, etc

You can also digg into different security libraries and try to figure out how they work
#5

[eluser]Mostafa Hassan[/eluser]
hahahaha that's the most harmful rule in web developing

hacked more ! learn more and more hahahaha

i will searching for your advices .. thank you BuSo




Theme © iAndrew 2016 - Forum software by © MyBB