Tagged Questions
0
votes
2answers
46 views
What is the best way to expose only few tables from a database?
We have a database with just query capabilities and access to read/write data. There is another team that OFTEN needs to look at a few tables based on few parameters. We dont(will never) have the ...
0
votes
0answers
50 views
Disadvantages of connecting a Swing application directly to a Database
What are the disadvantages of connecting a Swing application directly to a Database?
I am developing a Java desktop client and have limited experience on the server-side. I'm aware that the 'best ...
1
vote
2answers
39 views
Security between Android app and external database
After having read a lot of topics, and questions on stackoverflow about how to access external databases (MySQL) through an Android app, my question is : How to make sure that only MY app will be able ...
0
votes
0answers
32 views
Authenticate with user from database in spring security
I want to use a custom database to login users in spring security. I tried this, but i could not authenticate. It always reset my login page and don't go to the default-url-page.
here is what i wrote:
...
-2
votes
5answers
72 views
What do I need to keep a secure MySQL database? [closed]
I've looked up quite a few tutorials on keeping a secure database, but I still don't know what actions I need to take to protect my database from SQL injections, and hackers.
This is the function ...
0
votes
1answer
45 views
Spring Security Database authentication
When I use an in memory xml username/password to autheticate it works, so the next stage for my project was to authenticate against a database. This is where I come up with persistent problems. It has ...
0
votes
1answer
51 views
play framework secure module performance
i am using play framework version 1.2.5
i added the security model to my application .
to verify my view's to hide some html menus according to user permissions.
i will also verify user logged etc. ...
0
votes
1answer
48 views
Web application, users and permissions (and security)
I'm designing a web application, my first serious web application. It'll have some users with different privileges (RBAC/ACL). As you can imagine, I'm a little bit worried about permission management ...
0
votes
1answer
28 views
CreateProcessAsUser from service has security issues accessing a remote machine
I'm trying to synchronize my local (remote) database with a centralized consolidated database on the server (using Sybase database). The synchronization has to happen at a scheduled time, and i am ...
0
votes
1answer
58 views
Android. What is the best and safest way of storing data (updates from web service)
I saw similar questions but they don't fulfill my requirements.
I have an app that time to time needs to be updated from a web service. Data contains such fields as url, description, title. from 200k ...
0
votes
1answer
24 views
Checking if entry uploaded/exists in table using C# securely using AWS IAM
I need to check if a value has successfully uploaded to a table using C#. The table uses a hash and range. Currently I use a queryrequest->queryresponse->queryresult and then check if the result is ...
-3
votes
3answers
81 views
What is the most secure way to deal with data in mysql database [closed]
is using PDO more secure that the normal classic "mysql_query" ?
or is there other more secure ways to import and export data from mysql db
I heard the using PDO could cause you problems, is it ...
0
votes
0answers
18 views
How to use a database stored hashed password when using a protocol that does hashing?
Let's assume I picked a nice secure hashing function and I'm salting passwords with appropriately random and lengthy per-user salts and storing the resulting salt and hash with the username in a ...
0
votes
1answer
34 views
dubts about security with passwords in database [closed]
I have read this article: http://crackstation.net/hashing-security.htm
and in the section where to hash the password, it says that is better to hash the password in the server, because if someone ...
0
votes
2answers
60 views
Saving sensitive images in database or in web-directory?
I'm developing an online photo proof system for clients where the client is given a password and has to log in to see their albums. Some of the images may be sensitive/naked photos, which should not ...
0
votes
2answers
60 views
TCP Connections to Postgres Secure? SSL Required?
Good morning,
I was going through the Postgresql configuration files, and recently noticed that there is an ssl option. I was wondering when this is required.
Say if you have an app server and a ...
0
votes
2answers
236 views
file stream vs local save in sql server?
my application play videos files after that user they are registered .(files are larger than 100 MB ) .
Is it better to do I store them on the hard drive and Keep file path in database ?
Or
do ...
1
vote
2answers
97 views
MongoDB provides a basic authentication system. Has it changed in version 2.2.3?
Scenario: Installed MongoDB 2.2.3 on the machine (Windows 64-bit)
Followed all the steps to enforce authentication on MongoDB server.
Added User to admin database
use admin
db.addUser('me_admin', ...
0
votes
1answer
50 views
Using OAuth2 for my own Android app
Please excuse my stupidity but is it possible to use something like OAuth2 so that users can log into my app securely even though the app doesn't use any features of Facebook or Google+ etc. So simply ...
0
votes
0answers
101 views
PHP REST webservices and mysql databases security
DISCLAIMER:
1) This is a long post, an explanation of my experience today and to ask what i can do to improve the security in my current setup.
2) this client of mine is a casual one, he and I are ...
0
votes
0answers
33 views
Looking for efficient password changing procedure
Ok so I have to come up with a password procedure that follows a set of guidelines(i.e. changes when someone leaves as well as ever 45 days). We have to deploy source code to 5 different markets, and ...
0
votes
3answers
193 views
Encrypt the data in a column in SQL Server
Is there any algorithm exist in the sql server to encrypt the data. I have a password field which i need to encrypt but i have to encrypt the data once its being passed in the stored procedure. It ...
1
vote
1answer
48 views
How to make client PC work independently from Server
(Sorry, I don't know exactly should I ask this question here in stackoverflow or other related sites. please move it if isn't appropriate)
There are some unrelated groups of students which each group ...
0
votes
1answer
199 views
How to hide database password in C# and Sqlite security
I have just started developing a desktop application using C# and SQlite database (with sensitive information) that will be installed on any PC locally. I would like to store the database password and ...
0
votes
1answer
94 views
Anti-Phishing System (a more effective method)
I'm contacting you all today to request if anyone knows a more "effective" way for creating a custom Anti-Phishing system that can recognize a logged in IP for more than 10 times and consider it a ...
-1
votes
2answers
60 views
What is the most safe method for communication beetwen PHP and database? [closed]
What is the most safe method for communication beetwen PHP and SQL database without any additional programs and languages involved ? I mean the most safe method from the point of view defense against ...
1
vote
3answers
138 views
Database for Content - OK to store HTML?
Basic question is - is it safe to store HTML in a database if I restrict who can submit to it?
I have a pretty simple question. I provide video tutorials and other content. Without spending months ...
1
vote
2answers
192 views
What SQL Server Login is used for SQL Server Authentication?
I am trying to figure out what SQL Server Login gets used when I connect to SQL Server, in code, via a connection string that specifies Integrated Security=No and then specifies a user and password.
...
0
votes
1answer
36 views
How to prevent users to see the database file I am using?
I am writing a VB.NET desktop application relying on a MS Access *.accdb database. When my application is installed on the end user machine, the database file has to be in the same directory as the ...
0
votes
1answer
30 views
Storing database passwords of users on a database. Is using the application user password as a salt for encryption a good approach?
The application is not finished yet, and for now the passwords and databases information is just encrypted in the database, and decrypted on the application with a key.
But I was thinking, if I could ...
0
votes
0answers
43 views
Spotify Get User from identifier
My app needs to store a user identifier in the DB (no other fields, just the ID - I can retrieve the data from API calls) but I can't find an equivalent of User.fromUsername for identifier, e.g. ...
0
votes
1answer
75 views
Intercept Windows access to thumbcache.db file
I want to create a piece of software that intercepts the explorer's access to the thumbnail cache. The software shall accept the explorer's requests and return possitive or negative results depending ...
0
votes
1answer
76 views
Guid(Random ints) vs regular int primary key for chat application
I am not asking a general "guid vs ints which is better" question. I know that, or atleast think I know that they both have specific scenarios where one is better than the other. But I do have a ...
2
votes
3answers
58 views
Basic about Verification
In the web application, of course in many case we will support CRUD(Create, Retriever, Update, Delete)
Basic programmer will do something like bellow(without Verification ) :
delete?room_id=12
...
1
vote
4answers
87 views
What is a simple way to tell if a row of data has been changed?
If I have a row of data like:
1, 2, 3
I can create a checksum value that is the sum of all of the columns, 1 + 2 + 3 = 6. We can store this value with the row in the 4th column:
1, 2, 3, 6
I ...
1
vote
3answers
33 views
storing anonymous information in a database
Our application will store some information from a user that we do not want to be traced back to any other records in the database. For example (albeit a stupid one) - a user must pay to tell us ...
1
vote
2answers
53 views
SQL/server connection and security [closed]
I'm starting a project (actually, two to be precise) and using an SQL database. I am new the SQL, but am curious about one decision I am trying to make right now.
One project is an internal tracking ...
0
votes
2answers
64 views
Character/length restrictions on passwords?
I see a lot of high profile websites and web apps that have seemingly absurd restrictions on passwords. Are there any legitimate reasons to have character restrictions on passwords? More specifically, ...
3
votes
1answer
71 views
PHP: Storing the logged in user
When having user login to the site I need to somehow store the logged in user id so that my site can generate different content for different users.
Is it secure to save a user's id in a $_SESSION[] ...
-1
votes
1answer
55 views
Is it Possible (and safe) To Insert and Update a MySQL database using Python locally.
I'm pretty new to Python but have been running a few programs locally using Komodo edit, and then uploading the results manually to my website's MySQL database.
I'm looking into letting Python do ...
-1
votes
2answers
52 views
PHP data security help using functions
Is storing emails in databases encrypted using encrypt() function in php secure ? If yes then how can i decrypt it if not then what's a better idea ? example : crypt() function
0
votes
1answer
78 views
How to store sensitive files and only allow access to certain users
I have a web app that lets users store files which contain sensitive information.
So far I've written code so that if they which to view their files, they go through view.php?id=xx and a check is done ...
0
votes
1answer
106 views
How to disable SQL Server 2008 R2 Database copying
I've SQL Database that I've to install to a client. I really don't want my database tables and other components exposed. The thing is that I've limited work experience on SQL Server 2008 R2 security ...
0
votes
1answer
142 views
MySQL ExceptionInInitializerError Java JDBC on Startup
I am making a simple applet that uses an SQL Database.
When I use this applet locally on Netbeans it runs fine without a problem, yet when I deploy it to the Web I am getting a weird error.
I am ...
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 ...
0
votes
2answers
228 views
MongoDB can lose data and CouchDB cannot? [closed]
I was reading a post about MongoDB and CouchDB and saw that MongoDB could lose data but CouchDB is somehow stable and its not possible to lose any data.
Redis and mongodb users might be somewhat ...
3
votes
4answers
99 views
Should a users table be in a different database than website content?
Apologies if this has been asked before, but I did some searching and wasn't able to find an answer to my question.
I have my website content stored in a MySQL database (let's call it content) and I ...
0
votes
2answers
32 views
How do I safely allow my users to connect to my database?
I have created a desktop application that users can download and run from their own machines. This application requires network access and will often send changes to a database (hosted on my server) ...
0
votes
0answers
21 views
Is it possible to detect that a database connection is to a copy rather than to the original database?
I have an application that needs to know if it is connected to the original database that it was installed with or if the connection is to a copy of that database. Is there any known method to know if ...
2
votes
1answer
79 views
How to obfuscate or scramble Wordpress production data
I'm managing a team of developers working remotely. The site is powered by Wordpress with an assortment of custom plugins. I have no problem distributing the source code for our site, but I'm very ...

