Tagged Questions
The privacy tag has no wiki summary.
152
votes
10answers
18k views
Why does Google +1 record my mouse movements?
This is only on pages with a Google +1 box on my website:
It seems to be firing off an event on every mouse move. Anyone know what it is doing? I searched on Google (perhaps I should try Bing for ...
83
votes
11answers
41k views
Cookie blocked/not saved in IFRAME in Internet Explorer
I have two websites, let's say they're example.com and anotherexample.net.
On anotherexample.net/page.html, I have an IFRAME SRC="http://example.com/someform.asp". That IFRAME displays a form for the ...
28
votes
3answers
4k views
Programmatically Untag FB Photos with Javascript
I've spent the past hour hacking away at this: I want to write a Javscript routine to programatically untag myself from photos on Facebook. Once it works, I'll run it in the Firebug console and untag ...
27
votes
8answers
288 views
A privacy app ineffectually tries to block tracking data for our web analytics. Should we detect the failed attempt and not track their users?
My company has a web analytics package which we use for our own and customer marketing campaign tracking. It uses a combination of server logs, JS & image web bugs, cookies, unique cached files, ...
21
votes
6answers
579 views
What will web developers have to do to meet the new EU cookie law?
http://www.bbc.co.uk/blogs/thereporters/rorycellanjones/2011/03/cookie_madness_or_consumer_pro.html
Basically it says that from May 25th this year, any website using cookies will have to ask ...
21
votes
9answers
2k views
Practical applications of homomorphic encryption algorithms?
It appears there there were interesting things going on in cryptography: the first homomorphic encryption scheme appeared recently (explanation, HT). Roughly speaking, it is a way of encoding x into ...
20
votes
7answers
594 views
What makes you trust that a piece of open source software is not malicious?
We developers are in a unique position when it comes to the ability to not only be skeptical about the capabilities provided by open source software, but to actively analyze the code since it is ...
11
votes
23answers
726 views
Is it ethical to monitor users?
Update: I didn't know I would be getting too many replies so fast. I can provide more details. It is definitely for use within the company. I was looking for some info on whether I should be more ...
10
votes
4answers
1k views
Versioned RDF store
Let me try rephrasing this:
I am looking for a robust RDF store or library with the following features:
Named graphs, or some other form of reification.
Version tracking (probably at the named ...
9
votes
3answers
896 views
Why does Magento use 2 cookies per session?
For data security and privacy reasons I want to know why Magento uses two cookies for one frontend session.
All I know is that one of them is being set in Mage_Core_Model_Cookie::set(..) and the ...
9
votes
3answers
507 views
Does Git publicly expose my e-mail address?
The guides I've read so far on Git say that I should go into the config and specify my name and my e-mail address. They don't elaborate; they just say to do it.
Why does Git need my e-mail address? ...
9
votes
5answers
990 views
How do you make a geolocation database?
I am not asking what geolocation service to use or how you use them.
I am asking, how the do these companies know so well where every IP address is?? Is there some breach of privacy being violated?
...
9
votes
7answers
2k views
Obfuscate / Mask / Scramble personal information
I'm looking for a homegrown way to scramble production data for use in development and test. I've built a couple of scripts that make random social security numbers, shift birth dates, scramble ...
7
votes
5answers
212 views
Outsourcing Classes by Supporting Unit Tests
I've got an application which developed by employing TDD as methodology (not strictly but mostly).
Now I want to outsource some parts of the application because I don't have enough time to develop ...
6
votes
7answers
91 views
Open-sourcing a web site with active users?
I currently run several research-related web-sites with active users, and these sites use some personally identifying information about these users (their email address, IP address, and query ...
6
votes
7answers
4k views
Text message (SMS) verification for signups
I have seen a disturbing trend where websites are starting to require verification sent to cellphones by text message (SMS). Gmail and Facebook are two of them. What I want to know are the following:
...
6
votes
1answer
1k views
Can HTML5 sessionStorage be written to disk?
(Related to Is there a secure Browser Cache? ):
Do any of the implementations of HTML5 session storage write to disk ever?
e.g. can I rely on having a "secure"/"private" cache that I know will not ...
5
votes
4answers
111 views
Privacy & Security in user database [closed]
I'm currently working on some user databse with lots of confidential information (addresses, phone numbers etc).
What would be the best method to store it in a database?
Just plain text?
Encrypted ...
5
votes
11answers
438 views
How to prove to our users that they are not being cheated?
I have an information theory question about how to prove (or at least give statistical evidence) that an auction website is not shilling its users.
We recently launched a pay-per-bid auction ...
5
votes
4answers
304 views
Hiding personal info from WhoIs [closed]
Is there a way to hide it legally? I really need an answer on this. So, Please enlighten me.
WhoIs Info for stackoverflow.com
Registrant:
Jeff Atwood
410 Clayton Ave
El Cerrito, California 94530,
...
5
votes
2answers
199 views
Data Protection and Web 2.0 Web sites
Many countries now have data protection legislation which afford individuals the rights to:
request that an organization hand over all information they hold on the individual and
to request that ...
5
votes
8answers
2k views
Clearing the Windows “Run” dialog history without rebooting
I am currently working on a program to immediately clear the list of previously-run-commands which appears in the Windows Start -> Run dialog. The procedure for clearing this list by removing the ...
4
votes
2answers
220 views
Are there any tools to sandbox a malware application even more than the granted permissions on Android?
Suppose I want to run some program which requests too many permissions. For example, record from the microphone or read IMEI of my phone. However, there are no practical explanation why recording from ...
4
votes
2answers
869 views
Eyetracking for the iPhone?
Has anyone experimented with eyetracking for the iPhone or heard of projects related to eyetracking in iOS?
Is it technically feasible at all?
How problematic would recording that data be in the ...
4
votes
4answers
463 views
How can I auto-generate unique fake names for users?
We would like to give each of users an alias so that we can refer to them in discussions while protecting their identity. These aliases should be unique.
The easy way would be to simply use a SERIAL ...
4
votes
5answers
1k views
How to write a term of service and privacy statements?
Is there any privacy and term of service templates out there for developers who do not have the legal team to write those for them? Of course, nothing fancy, tricky or unusual about these that I want ...
3
votes
2answers
179 views
How to generate a good, non-changing UDID on an iPhone
In iOS 5 the usage of [[UIDevice currentDevice] uniqueIdentifier] got deprecated. We are now encouraged to use own-generated UUIDs and store them in the app's NSDefaults. That's OK for most usage, I ...
3
votes
2answers
100 views
Algorithm for creating anonymous unique identifier from serial number
I would like to log some simple usage statistics for a mobile application. For the privacy of my users, I would prefer not to store their actual device serial number in the database if possible. Is ...
3
votes
2answers
73 views
What IP addresses to use in public bug reports if the actual ones are confidential?
I am wondering what is best practice for using IP addresses in publicly available reports, e.g. bug reports, if I don't want to use the actual one for privacy reasons and don't want to confuse people ...
3
votes
3answers
121 views
How easy is it for a GUID you generate to identify you?
I hear that the creator of the melissa worm was convicted based on the fact that the GUIDs generated could be linked back to a MAC Address of a computer he used.
How hard is it to do this? And what ...
3
votes
2answers
187 views
possible to thwart browser fingerprinting by returning a bogus installed-fonts list?
Is it possible to write a program that masks the set of fonts installed on the computer, so the font list would appear "plain vanilla" and would not be of much value in creating a ~unique fingerprint? ...
3
votes
6answers
249 views
Logging IP address for uniqueness without storing the IP address itself for privacy
In a web application when logging some data I'd like to make sure I can identify data that came at differetn times but from the same IP address. On the other hand for privacy concerns as the data will ...
3
votes
4answers
124 views
Adding copyright information to a Website
I'm working on a website for a client that is a non-profit. The want a Copyright link at the bottom of the site. My question is do they have any legal rights? What kind of info should i put? etc etc.
...
3
votes
3answers
118 views
Why do emails not load images directly
Email providers like Gmail,yahoo,hotmail do not load images in the email directly. These services require you to allow the images to be laoded. Why do they do this? Is it to prevent XSS/CSRF?
3
votes
2answers
174 views
Ruby on Rails private link sharing: Google Docs Style
What would be the best way to go about giving users the ability to share a private link that enables anyone who clicks it to view a certain page/document/item that have privacy restrictions in place?
...
3
votes
2answers
142 views
How do email analytics work?
While I haven't actually used it, an email analytics web app called Litmus claims to be able to track:
How long someone takes to read an email.
Whether it is forwarded.
Whether it is deleted.
...
3
votes
4answers
773 views
How to store private pictures and videos in Ruby on Rails
Here's a story:
User A should be able to upload an image.
User A should be able to set a privacy. ("Public" or "Private").
User B should not be able to access "Private" images of User A.
I'm ...
3
votes
1answer
2k views
Application passwords and SQLite security
I have been searching on google for information regarding application passwords and SQLite security for some time, and nothing that I have found has really answered my questions.
Here is what I am ...
3
votes
3answers
108 views
Open Source Identity vs. Real Life Identity
I maintain 2 identities one for open source development - which doesn't really contain any personal information. I also have another identity obviously - my real one.
This may be community wiki - but ...
3
votes
3answers
206 views
How Big a Security Risk are Browser Extensions?
One of the more powerful features of modern day browsers is the ability for software developers to write browser extensions to enhance, modify and tweak the pages visited by the user. As more of our ...
3
votes
6answers
258 views
How can I protect my Assembly to being used by someother?
how can I protect my assembly, because once I deploy the setup,
assembly will be deployed too, and there are chances that user will get the assembly from Program Files, and may add reference to any ...
3
votes
9answers
334 views
What personal data should never be published on the web?
I have been ask to create a kind of family web site where a relative can publish essays and photos of various family members (mostly ancestors).
Confronted with a mass of personal information such as ...
3
votes
1answer
833 views
Is there a secure browser cache?
Note: this is a different problem to https - it's related to privacy security
I'm trying to figure out if there's a way to take load off our server [cache] by pushing information to the browser. Is ...
3
votes
9answers
304 views
User ownership of personal information
At the moment it seems that most webapps store their user-data centrally.
I would like to see a movement towards giving the user total access and ownership of their own personal information and ...
2
votes
2answers
36 views
How to get Facebook photo privacy settings via GRAPH API
There is no mention of privacy for Photo object,-
https://developers.facebook.com/docs/reference/api/photo/
But its possible to get/set the same for each photo via FB website. So is it possible using ...
2
votes
3answers
38 views
Preventing other websites to see the 'correct' referer
On my website users can post stuff anonymously.
When they have posted something they will be redirected to their post, let's say:
http://example.com/post/2/title-of-the-anonymous-post
The user who ...
2
votes
0answers
70 views
When (or after) uploading a video, how to set its privacy?
We have an Apple iOS application which uploads video to Facebook. One the corresponding Facebook app side, we have asked our users to set it's privacy to public, to encourage sharing.
It has been ...
2
votes
2answers
49 views
Post privacy in Wordpress
Can a post be hidden from home page, archive view, category lists etc. and viewable only if you have a direct link to it? The blog doesn't have registered readers and is open to public so that would ...
2
votes
0answers
80 views
How to make Facebok app page invisible so it doesn't reveal identify of our users to their friends?
My site has Facebook Connect to help users with registration and to do this we had to create a Facebook app. And on my Facebook app page, I noticed that it shows list of user's friends who also ...
2
votes
2answers
200 views
Like button and privacy concern
I'm operating a website within the EU and nowadays there's no way without those social buttons all around (according to "them" "up there").
Recently there's a concern about the legacy of this in ...