Please do not use this tag. Almost all data is in some way sensitive. Use the [security], [cryptography] or [credentials] tag instead.
Questions tagged [sensitive-data]
91 questions
4
votes
1 answer
Can I access Bitbucket Pipelines environment variables from my source code?
I have my sensitive data as environment variables in Bitbucket Pipelines, e.g. database credentials. Is there a way I can access these environment variables from my source code? I do not want to push these sensitive data to my repository.

user6754
- 71
- 1
- 8
4
votes
2 answers
Sensitive Data separation within MongoDB and NodeJS - references via encrypted key
I am currently working on an application which allows users to save sensitive date. Since it's a web application we are using NodeJS and MongoDB for persistence. (BTW I am completely new to Node and NoSQL)
We do have users who can store kind of a…

Alexander
- 7,178
- 8
- 45
- 75
4
votes
1 answer
System.Speech down microphone sensitivity
I would like to know how to down microphone sensitivity with System.Speech in C#..
To explain myself, i have a grammar file, and my application should begin to record me when i say SIVRAJ (my program's name)
However, i can say something TOTALLY…

bastien
- 41
- 2
4
votes
1 answer
Temporarily store sensitive data
The scenario is as follows: an encryption key should be stored temporarily, so that multiple instances of an application can access it (sequentially). After use, the key should of course be removed from the system. However, this imposes a problem. I…

Ruud
- 3,118
- 3
- 39
- 51
3
votes
2 answers
Too much information, PHP error?
I'm making a custom wrapper for the mysql_ functions when MySQLi, e.g. isn't available, and when it can't connect, it throws an exception. However, the fatal error output is this:
Fatal error: Uncaught exception 'Exception' with message 'Failed to
…

Ry-
- 218,210
- 55
- 464
- 476
3
votes
4 answers
Data mining of encrypted data in a database
I am interested in doing a data mining website. Data in DB is really sensitive.
I would like to find a way to encrypt data in DB and to prove to my clients that even me, I can't read data.
The problem is that I would be able to "batch" rapports…

Pier-Alexandre Bouchard
- 5,135
- 5
- 37
- 72
3
votes
1 answer
How to change Xcode Build Settings environment vars from a Build Phase script?
Is it possible to change Xcode BuildSettings environment variable on a build phase in a script?
The whole idea is the following:
I want to publish an open source project with unit tests.
My tests require sensitive data like "login" and "password",…

Vladlex
- 845
- 8
- 16
3
votes
1 answer
Compare Encrypted Bank Account Details without full Decryption
I am building a database that stores employee information, including bank account details. The bank account details are stored so that we can check for current or past staff using our company, which in our case might be a reason to be concerned…

High Plains Grifter
- 1,357
- 1
- 12
- 36
3
votes
3 answers
How do DVCS (Github, BitBucket, etc...) ensure private project code integrity?
How do DVCS (Github, BitBucket, etc...) ensure private project code integrity?
Sure, the companies claim no intellectual rights when you upload your code to their online repositories, but how is the privacy of the project ensured so that only the…

user1254893
- 527
- 3
- 13
2
votes
1 answer
Android perimision "user's private information", "your personal information" , "read sensitive log data"
Well I found this texts on many applications, that is when I install some app the require the
android.permission.READ_LOGS permission, they show some text like "permission for reading read sensitive log data..." the thing I do not understood is what…

Lukap
- 31,523
- 64
- 157
- 244
2
votes
1 answer
Problems implementing the new sensitive clipboard code in Android SDK 13
Has anyone else tried to mark their clipboard copied data as sensitive as per the following recommendation?
https://developer.android.com/about/versions/13/features/copy-paste
clipData.apply {
description.extras = PersistableBundle().apply {
…

Shahid Thaika
- 2,133
- 5
- 23
- 59
2
votes
1 answer
Remove sensitive-data from exception logs during serialize/deserialize JSON content while using com.fasterxml.jackson.databind.ObjectMapper
Context:
We are using com.fasterxml.jackson.databind.ObjectMapper's readValue() method to convert JSON to Java POJO. When the JsonParseException or JsonMappingException occurs, the original data excerpts (JSON content) is being printed in the…

Ray
- 21
- 2
2
votes
4 answers
Spring and GitHub: hide sensitive data
I have a repository on GitHub that I would like to make public so recruiters can view it.
This repository though holds my SMTP and a MongoDB URI that shouldn't be shared with others. This information is in my application.properties file.
What's the…
user8396526
2
votes
1 answer
How to mask a specified field in a table when I query it using big query?
I want to mask a specified field in a table when I query it using big query. For example: a table named employee has email-id column, so when I query the table all the email-id field should be masked with ****.
How can I do it using DLP in google?
2
votes
2 answers
Is it possible to disable a GtkNotebook tab (like set_sensitive(*tab*, false)) in GTK+ 2.24?
I have searched on the internet but didn't reach any conclusion.
This feature feels "natural" in the GUI, that's why I'm asking here despite having found nothing on the issue.
I already know that if I hide the top widget of the notebook page, the…

StinkyCat
- 1,236
- 1
- 17
- 31