All Questions
Tagged with pii sensitive-data-exposure
7 questions
1
vote
0
answers
140
views
How to protect PII data from being sold or exposed by employees
For PII, we capture mostly emails, mobile and name of users who signup on our website. Along with this purchases made by users are also a sensitive data. Protecting this data for users privacy is as ...
2
votes
1
answer
877
views
PII Data Masking rules - what's acceptable and what's not
Is there a security rule on correct masking for sensitive information? Let's say we want to use prod data in our UAT environment. We're thinking of creating a masking logic when we transfer prod data ...
3
votes
2
answers
248
views
Encryption as bijective data masking function
Context
I'm building data lake from scratch within a small team (3-6 data engineers). I want to mask PII data when copying data from prod to dev/test environments.
I'm particularly interested in the ...
1
vote
5
answers
2k
views
Username in browser history (url) - is this a security problem?
We have a client complaining that there is PII in the browser history (as in the persistent history you get to through your browser's menu - Ctrl + H in Chrome). For example, the URL for editing a ...
1
vote
1
answer
153
views
How we can PoC our product that needs training data for our machine learning algorithm of the the bank clients?
Recently, we have had a challenge with potential future clients which are the bank. Our product requires to gather static data (e.g. address, loans, last 50 transactions, etc) of banks clients. These ...
2
votes
1
answer
299
views
Secure, Portable Bookmarks
A constant bugbear is my bookmarks being synced to my Google accounts, meaning access to them outside that Google account requires various manual steps.
So it got me thinking of a roll your own way ...
0
votes
1
answer
829
views
Data Masking in a database [closed]
Background
The development team is receiving production data (as Database backup files) in order to fix bugs and application enhancements. The Development team restore these backups in their ...