Page 1 of 1

What can I do to be more secure?

Posted: Mon Dec 03, 2012 6:21 am
by wdkw
I am working on MVC structure. What can I do to be more secure?

Re: What can I do to be more secure?

Posted: Mon Dec 03, 2012 8:06 am
by Eric!
That's like asking "How long is a piece of string?"

You have to ask a specific security question with some code for evaluation, otherwise there's little anyone can do to help you. Are you using a framework? What activities are you trying to make secure? Show some sample code with your concerns.

Re: What can I do to be more secure?

Posted: Mon Dec 03, 2012 9:08 am
by Benjamin
The best security is to unplug the WAN cable.

Re: What can I do to be more secure?

Posted: Mon Dec 03, 2012 10:34 am
by wdkw
Eric! wrote:That's like asking "How long is a piece of string?"

You have to ask a specific security question with some code for evaluation, otherwise there's little anyone can do to help you. Are you using a framework? What activities are you trying to make secure? Show some sample code with your concerns.
You're right, I asked the question in a very superficial. I'm sorry English is not very good. such as
1 - I'm with PDO database connections and transactions with it doing in the classroom to create a $ db. For example, "$ database = new db (); $ database-> db-> query (" select * from table ");" using the form. basitleştirebilirim how to do this more?

Re: What can I do to be more secure?

Posted: Mon Dec 03, 2012 12:01 pm
by Christopher
Validate and filter all input. Escape any untrusted values going into the database or back to the browser.

Re: What can I do to be more secure?

Posted: Fri Aug 01, 2014 1:26 am
by disha
Hi,
Can you please elaborate your question please. I am not understood which type of security you want for MVC, which language you use and on which framework you have work. So, by this anyone can give you a proper guideline regarding to the security.