What can I do to be more secure?
Moderator: General Moderators
What can I do to be more secure?
I am working on MVC structure. What can I do to be more secure?
Re: What can I do to be more secure?
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 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?
The best security is to unplug the WAN cable.
Re: What can I do to be more secure?
You're right, I asked the question in a very superficial. I'm sorry English is not very good. such asEric! 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.
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?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: What can I do to be more secure?
Validate and filter all input. Escape any untrusted values going into the database or back to the browser.
(#10850)
Re: What can I do to be more secure?
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.
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.