Questions tagged [data-security]

Data Security means protecting a database from destructive forces and the unwanted actions of unauthorized user. Data security also protects data from corruption. Data security is the main priority for organizations of every size and genre.

99 questions
0
votes
0 answers

Is there any way to fetch what users are mapped to a policy tag in BigQuery through python/APIs?

In BigQuery, to implement column level access control, we make the use of policy tags. I have created a taxonomy under which I have created a policy tag, let's say P1. I can apply this tag onto any column in a table of my choice to restrict access…
0
votes
0 answers

Am I still vulnerable to LightShot security issue even if I only use the COPY button?

It's been known for a while that LightShot has privacy issues as discussed here but most articles discussing the technicalities mention only about the Upload, Save, or Share. Will clicking only on the COPY button still expose me to data /…
0
votes
1 answer

What is the best way to handle sensitive data in PowerApps and Lists?

I have only been using PowerApps for about a year now and I've received a request to create an application that compares tables based off of an existing Access database. The big concern is that the existing database has sensitive data in its inputs…
0
votes
2 answers

Handling client information on database

I have an escenario i would like to discuss. If i had a web app shared by several clients, everyone with their own database. In some time a client will report an error. How would it be the best way to handle this data?. Because im thinking on…
blinding
  • 3
  • 4
0
votes
1 answer

Exchanging secure data between exe and Service

I have a windows exe which has to write some secure data to HKEY_LOCAL_MACHINE (HKLM). I also have a service running as NetworkService account which has to read that secure data. Note that exe and service run as different users. Problem here is…
Bajji
  • 2,243
  • 2
  • 22
  • 35
0
votes
1 answer

Unchange Data, hashing data

I want to save some data in a file like .cvs. One of the condition is, that the data can't change after write in the file. If I want to read the data, it should be save that the data were not change in the past and I want to get an alert, if the…
0
votes
0 answers

Hampering website parsing by adding useless data inside actual data

I want to prevent or hamper the parsing of the classifieds website that I'm improving. The website uses API with JSON responses. As a solution, I want to add useless data between my data as programmers will probably parse by ID. And not give a clue…
Ulvi
  • 965
  • 12
  • 31
0
votes
0 answers

won't indices fail if we keep database encrypted to secure data at rest

I have read that one practice to secure the data at rest is to keep the database in encrypted way. But this raises one question in my mind that won't this mean that indices will no longer work on the database?.
grit639
  • 316
  • 1
  • 9
0
votes
0 answers

How to achieve Column Level Encryption in SQL by securing the key in Secret (Thycotic) Server?

My project has a requirement to encrypt a sensitive field column in SQL server table but the encryption/decryption key shall be kept outside SQL environment to ensure maximum data security. Thycotic server is one secret server to store and secure…
0
votes
0 answers

Maintaining information private from a site that is sharing its data with me

Assume that I have a product that is really good at maintaining loyalty and subscriptions for a site, and that it targets its customers that leave it, and is able to bring them back! But for me to do so, I need customer email addresses, age, gender,…
LeoM
  • 41
  • 1
  • 4
0
votes
1 answer

How can I know that a third party docker image get access to our upload data to container

I downloaded a docker image from a third party. It's an annotation tool. To use I need to run that image, sign up and upload my data to annotate. Although it can be run without internet. Problem is I can't understanding whether the image provider…
sagor
  • 15
  • 4
0
votes
1 answer

How to Protect Data without Signups for Swift iPhone App

I have an iPhone app written with Swift. The app connects to my server to get data (get_data.php) based on some selections that an user select within the app. The user doesn't have to sign up or anything. Other apps are able to use my get_data.php…
Julia
  • 1,207
  • 4
  • 29
  • 47
0
votes
1 answer

Thrift, Avro and ProtoBuf data governance

We have a use case of data streaming from the main transactional system to other downstream such as data analytics and machine learning team. One of the requirements are to ensure data governance that data source can control who can read which…
RichardKang
  • 497
  • 5
  • 16
0
votes
1 answer

Are dashboards/maps created with Python's Bokeh and Folium modules secured? Is the data uploaded to any external server?

The work I do requires some level of security so that only intended parties have access to the data that would be displayed in the dashboards/maps. I just want to make sure Bokeh and Folium are secured choices. So are the HTML files containing the…
f0302
  • 33
  • 5
0
votes
2 answers

how to stop update in the CouchDB in hyperledger fabric 1.4 using ui of CouchDB?

I am using Hyperledger fabric 1.4 and am using CouchDB as a peer state database but if I go and update any data by going inside the CouchDB by using it's UI some.IP.address/_utils/#login I am able to update the data and i want to stop it because…