Questions tagged [database-security]

218 questions
-1
votes
1 answer

Web Configuration, Security in Oracle APEX

I want to build an web application in Oracle APEX, where i want users to enter into the database server through the application server, thus i can ensure more security in my application. IF this is hard, then is there any other way where i can…
-1
votes
1 answer

How to store sensitive data in database?

I am about to set up database that will store sensitive data. What should I do, to make sure that data is safe in database?
uksz
  • 18,239
  • 30
  • 94
  • 161
-1
votes
1 answer

How to set an Sql Server DB to Read-Only mode forever

I am providing a .bak file to someone who as per my business scenario, may only be allowed to view the db ,and not modify anything in the database and may not even be allowed to take a backup of the database. Is this possible ? [Note : I have the…
ankur
  • 127
  • 1
  • 2
  • 10
-1
votes
2 answers

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
user1477731
  • 13
  • 2
  • 9
-1
votes
2 answers

Web Application Scanner

I want to develop a web applications to collect or exchange sensitive or personal data. This system would give user a detailed automated report on: How secure user's website is? How easily it can be hacked? Where exactly is the problem and What…
rajesh
-2
votes
2 answers

Security trigger when user is added to a database

How to implement a trigger mechanism in SQL Server that does a specific action such as send an email when a new user is added to a database. The idea is that, there is a Data Warehouse and everyone, i.e., IT, Performance team, DW team has access and…
Michael Seltene
  • 543
  • 1
  • 5
  • 17
-2
votes
3 answers

How to perform SQL injection attack on this code?

In a local xampp server which I set up for development, I have a table like so: CREATE TABLE `entries` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(100) NOT NULL, `entry` text NOT NULL, `date_entered` datetime NOT NULL ) In order to learn…
EKanadily
  • 3,831
  • 3
  • 35
  • 33
-3
votes
1 answer

What database privileges to grant to the user?

I am making a network based Android application. I have created a server on my web hosting. I have used PHP and MySQL to handle database operations, now I want to assign a user to this database and grant him/her privileges so as to manipulate…
Skynet
  • 7,820
  • 5
  • 44
  • 80
1 2 3
14
15