Questions tagged [privacy]

For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)

For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)

1147 questions
0
votes
1 answer

Is it possible to fine-tune access control in Hyperledger Fabric private data collections further than restricting entire organizations?

In the Hyperledger Fabric Docs, while reading about private data collections I came accross this sentence regarding memberReadOnly: Utilize a value of false if you would like to encode more granular access control within individual chaincode…
user11109037
0
votes
1 answer

How could I protect the users from my webpage from being tracked?

This is maybe quite a broad question and I tried to look for other stack exchanges where addressing my question would suit better – but in the end I decided that it might be still a question of a technical nature, and so I am posting it here: I…
Merc
  • 4,241
  • 8
  • 52
  • 81
0
votes
0 answers

How to remove saved responses from a field in Flask-WTForms for patient privacy?

I built an app for work that keeps track of client medications. Although of course I did not include any client data when I deployed the app in order to be able to demonstrate it to employers, in the dropdown fields you can still see the initials of…
Peter Charland
  • 409
  • 6
  • 18
0
votes
1 answer

SurveyMonkey privacy link

I have noticed a new error that has just started coming back from SurveyMonkey: RESPONSE MESSAGE:s:253:"{"error": {"id": "1002", "name": "Bad Request", "docs": "https://developer.surveymonkey.com/api/v3/#error-codes", "message": "Your message is…
whoopah
  • 159
  • 2
  • 11
0
votes
0 answers

Permission error in Anaconda in MacOS Catalina

Using Anaconda (or, to be more precise, the Spyder environment) on MacOS Catalina (MacOS 10.15.3), I get the error "PermissionError: [Errno 1] Operation not permitted" during operations on files stored in my computer. I informed on the web, and I…
0
votes
1 answer

It is possible to mark domino users contacts/emails/meetings as Normal,Private,Personal,Confidential?

It is possible to mark domino users contacts/Emails/Meetings as Normal,Private,Personal,Confidential ? I can only see Mark Private option for contact and meetings(marking personal,confidential options are not available). For messages there is no…
0
votes
0 answers

in Android Q, how to tracking an application's network statistics (rx and tx)

in Android Q, how to tracking an application's network statistics (rx and tx) . not getting rx and tx in android 10 using below code.Its working up to pie without any probs while (!Thread.currentThread().isInterrupted()) { // Parse…
0
votes
0 answers

Design question in a Vue + Laravel Saas project

I'll try to explain my doubt. Maybe the question does not have any sense: Im creating a Saas project using Vue + Laravel. Logically, it has to support multiple users. For each of them only the user related data should be showed and not the others…
JaviS
  • 77
  • 1
  • 7
0
votes
1 answer

Hide data for each others in Google spreadsheet

I have a spreadsheet which is shared among 100 users, The users enter data in a timely fashion. I want to make sure that the user is able to see only the data entered by him and not anyone else. How can I achieve this in Google Sheets. Other ideas…
0
votes
0 answers

GDPR liability of IoT data platforms

Thinking of developing IoT applications that might contain personally identifiable data on MS Azure IoT Hub or AWS. Although these provide guidance as to how to make the data GDPR-compliant, I couldn't find information about their role on the…
epm-bt
  • 71
  • 4
0
votes
0 answers

How to do a SaaS with client side encryption, yet a Web API?

I want to make an open source "Basket In" software (the concept from GTD) so I can quickly capture offline text, voice and pics on the go, then get them synced on all my devices to sort them out the next morning. However, I don't want the server to…
Bite code
  • 578,959
  • 113
  • 301
  • 329
0
votes
1 answer

How to build a GDPR compliant git-based static page?

When processing personal data, the European GDPR requires the deletion of specific personal data under certain circumstances "right to be forgotten". If there is personal data in the content of a git-based static page, it will be part of the git…
Mue
  • 434
  • 5
  • 12
0
votes
1 answer

Inconsistent Imagesnap behavior taking pictures on MacOS X, depending on calling environment

EDITED POST When I first wrote this, I was mystified by the varied behaviors of the "imagesnap" USB cam image capture program on MacOS. Sometimes it took pictures and sometimes it didn't, and this seemed to vary with the environment where it was…
mcgregor94086
  • 1,467
  • 3
  • 11
  • 22
0
votes
1 answer

Can python modules downloaded through pip(3) “phone home”, with logs of your activity?

Do I understand correctly that the best way to make sure is to go through module’s code and see for myself?
0
votes
2 answers

Is it possible to build a Web app with driven user experience but not necessary to send any user data?

Given the increasing concerns in data privacy, is it possible to build a web app that provides a driven user experience (aka different outcomes on different users based on their specific profiles) without sending any personal information that can be…
Ederico Rocha
  • 250
  • 4
  • 10