Tagged Questions
2
votes
2answers
179 views
Using a PHP multidimensional array as a database
I'm building a private CMS for my own use and am at the point where I will start building out the username and password storing features. I am considering the possibility of storing all admin ...
2
votes
7answers
833 views
MySql Database Hacked, NOT injections
Three weeks ago, I found a list of my website's users and info on Paste Bin giving away all privacy. I ran updates and protected against SQL Injections. I also added a pre-request to save the SQL in ...
0
votes
3answers
138 views
MySQL Injection prevention
Hackers attack my website through sql injection and running fake queries how to prevent them need help.
Is there any firewall which prevent Hackers attacks etc or i should use ...
0
votes
1answer
128 views
Expression Engine Site Hacked
I've just been contacted by an old client who has gotten an email from Google saying the following..
Dear owner or webmaster of http://www.beyondthestreets.org.uk/,
We are writing to let you know ...
0
votes
0answers
102 views
C# Mysl Database connection and server download Protection
I have created an app that uses Mysql Connector to connect to a Database in which I perform queries of all kinds e.g. Insert, update select etc.
This app also downloads files through FTP connection ...
0
votes
1answer
302 views
Making personal data in MySQL Database hacker safe? [closed]
a heads up on my knowledge: I'm used to building relatively basic PHP apps with MySQL, besides that I don't have huge programming experience.
I'm just starting to build a fairly simple web ...
1
vote
2answers
251 views
Can someone access my database from outside my server?
I was trying to "google hack" my site to see what happened (I recently read about it), I googled for site:www.x.com intitle:"index of" "server at" + db
and found a .inc file in the three directory
...
-1
votes
2answers
194 views
MVC beginner best practice [closed]
I am in my first step to create MVC website, what's the best practice to prevent hacking on my site as cross site, SQL injection
I am worry about uploading the site without security , I face actual ...
2
votes
3answers
568 views
What is the advantage of salting a password hash?
I have just read many, many articles on SO about hashing passwords with salt but I just cannot find an answer to the particular query/confusion I have.
Let's say I have just done this method for ...
3
votes
1answer
33 views
Storing manipulated hashes instead of the correct ones
I had an idea about storing passwords in databases: since passwords can be cracked by simply looking up a hash in rainbow tables (etc. etc.), would it be much (or even a little) safer to store a ...
1
vote
1answer
1k views
How can Paypal store credit card numbers and ccv? [closed]
How can paypal store credit card numbers and CCV without worrying that the database can be compromised ?
7
votes
6answers
1k views
How can I avoid SQL injection attacks?
Yesterday I was speaking with a developer, and he mentioned something about restricting the insertions on database field, like, strings such as -- (minus minus).
At the same type, what I know is that ...