For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)
187
votes
16answers
88k 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 ...
172
votes
10answers
20k 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 ...
30
votes
3answers
5k 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
362 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, ...
27
votes
6answers
2k 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 ...
24
votes
4answers
12k views
iOS6 UDID - What advantages does identifierForVendor have over identifierForAdvertising?
Apple is changing their privacy settings for iOS6 and deprecating device UUIDs (UDIDs). According to a WWDC presentation and the docs there are two replacements for the UDIDs, both in the UIDevice ...
24
votes
9answers
4k 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 ...
23
votes
7answers
837 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 ...
19
votes
6answers
2k 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? ...
17
votes
7answers
1k views
How to contribute on github anonymously via Tor?
I would like to contribute anonymously to projects on github. Not to cause mischief, more in the spirit of anonymous donations.
The tool of choice for being anonymous online seems to be TOR, which ...
13
votes
6answers
2k 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 ...
12
votes
3answers
2k 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 ...
11
votes
23answers
775 views
Is it ethical to monitor users? [closed]
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 ...
9
votes
1answer
921 views
What is following header for: X-Chrome-Variations?
I was looking at http requests sent by chrome in Fiddler, and I noticed following http header which puzzles me:
X-Chrome-Variations: CNa1yQEIjrbJAQiYtskBCKK2yQEIp7bJAQiptskBCLmDygE=
This is base64 ...
9
votes
5answers
2k 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
3k 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
8answers
6k 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:
...
7
votes
2answers
306 views
How can an iOS native app like Vimeo set cookies to mobile Safari?
I find Vimeo iOS native app can set cookies to mobile Safari. How does it do?
Repo steps:
1, Install Vimeo iOS native app on an iOS device.
2, Open this Vimeo iOS native app and then sign in with ...
7
votes
1answer
85 views
How to start vim in “private mode”
Modern browsers have a feature called "private mode" or "incognito mode". I am trying to do the same thing with vim, i.e. run it in way that no traces of my activities are left behind. This way I ...
7
votes
2answers
3k 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 ...
6
votes
11answers
469 views
How to prove to our users that they are not being cheated? [closed]
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 ...
6
votes
7answers
102 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
4answers
469 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,
...
6
votes
2answers
383 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 legality of this in ...
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
1answer
2k views
Is it “safe” to install Android Device Administration applications in terms of privacy?
Is it "safe" to install Android Device Administration applications on my personal device?
Can my company read my private data with that application?
My company recently adopted a policy to install an ...
5
votes
4answers
142 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
3answers
496 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 ...
5
votes
8answers
3k 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
4answers
2k 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 ...
4
votes
4answers
603 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
1answer
1k views
jsFiddle could be indexed or I keep my codes private? [closed]
I'm worried about using some data in a fiddle (jsFiddle) because these data shouldn't be public.
Can Google index jsFiddle? I saved the fiddle but I don't save a title for it so it shouldn't became ...
4
votes
2answers
253 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.
...
4
votes
1answer
200 views
Encrypt Patient Data
I am going to use AES_ENCRYPT() and AES_DECRYPT to store patient data in an EMR System, and I was wondering how to store the key. I need to be able to allow authorized users access to that key in ...
4
votes
2answers
342 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?
...
4
votes
1answer
3k 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 ...
4
votes
1answer
392 views
Google App Engine Datastore Data Privacy
I'm playing around with the Google App Engine and the Datastore.
Really amazing stuff going on over there.
But I couldn't help and wonder what Google is allowed to do with the data my application is ...
4
votes
3answers
301 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
3answers
2k views
How to set Facebook album privacy with Graph API?
I would like to know if it's possible to set the privacy setting for a specific Facebook album with RestFB Java library ?
Thank you very much,
Regards,
Anthony
4
votes
1answer
133 views
Does new Google privacy policies affect Google App Engine?
I know there is already a familiar question:
Google App Engine Datastore Data Privacy
But the answer of the question above is not clear and the time of the answer is at middle of 2011.
But recently, ...
4
votes
0answers
101 views
what is this hidden Zugo Flash movie doing on my page? [closed]
I found a strange thing hidden on my page:
<div id="SiUnhdqlqHN9t7wB_tbstore_container" style="left: -2000px; top: -2000px; position: absolute;">
<param name="movie" ...
4
votes
2answers
620 views
How can a Safari extension know if Private Browsing mode is on?
I'm writing a Safari extension and want it to behave differently when the user turns on Private Browsing mode (I want to respect this private mode).
I found no mention of this in Apple's docs.
I'm ...
3
votes
9answers
375 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
4answers
176 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
222 views
Oracle hide columns from certain users
The scenario : an Oracle 11g database containing some sensitive user data that could result legal liabilities if disclosed to the wrong party.
The desired effect : only a certain user, connecting ...
3
votes
6answers
697 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
6answers
356 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
3answers
368 views
Best place to hide secret keys?
I am looking for advice on where to store encryption keys and other sensitive application data. Is a certificate on a USB stick really the way to go here? What can you do to keep your secret keys ...
3
votes
1answer
589 views
Hosted web fonts, CDN's, @font-face, and privacy
If you use hosted fonts on a CDN, with @font-face, or with a service like Typekit, is it possible for the host to read all the characters that are being rendered by the font in your pages (and ...
3
votes
3answers
179 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?