privacy

versatile blog for ruby on rails, password protection?

Hey guys, I am making a personal website with a blog. I'd like to have certain entries password protected like I've seen on at least one wordpress. That's no biggie. But I was wondering if there was something really flexible which will allow hidden text to be revealed after a post? For example, the public post may say, "I met my friend B...

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, and ETag headers to collect and collate user activity. Recently we have found that a certain (unnamed) privacy-guard application which plugs in...

How does a Robot respond privately to you in Google Wave?

Google Wave allows two or more participants to speak privately within a wave. When my robot is added to the wave, I recognize the WAVELET_SELF_ADDED event and call the method below. However, nothing happens. I can tell that the code is executed because of the Debug and Info statements in the logs. Is there any reason why the robot d...

Are there any good domain whois privacy services for dot name domains?

.name domains can be registered at the third level (ie: first.last.name can be registered in a way that last.name is shared [email protected] is forwarded, and separate people own different *.last.name domains). However so far the only registrars I've found that support third-level .name domains don't support whois privacy (putting their ...

How can I get a list of a user's networks in Facebook Connect?

Now that Facebook has finally began rolling out the ability for 3rd Party developers to set privacy permissions on objects via Facebook Apps and Facebook Connect I would like to begin implementing these permissions to my Facebook App. http://wiki.developers.facebook.com/index.php/Privacy_(FQL) http://wiki.developers.facebook.com/index.p...

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 my question is programming related in that when you put software out there, you publish it with some name as the author, and that choice m...

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 history). Ideally I'd release the code to these sites as open source, so that other people could easily run similar sites, and more importantly scr...

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 trying to figure out: 1) My application is going to have an optional password activity that will be called when the application is first ope...

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 planning to user Paperclip for dealing with uploads. If I store the images under "RAILS_ROOT/public/images", anyone who could guess the name of...

Saving private data

Hi, Can anybody detail some approach on how to save private data in social websites like facebook, etc. They cant save all the updates and friends list in clear text format because of privacy issues. So how do they actually save it? Hashing all the data with user password so that only a valid session view it is one possibility. But I ...

Browsing activities outside the visited website

Is there a way a Web site can learn something about your browsing activities outside of this Web site from an HTTP request sent to the Web site by your browser? ...

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 freely available. In fact, one may even argue that open source software developers have a social responsibility to do so to contribute to the c...

Programmatically Untag FB Photos with Javascript

Hello! 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 myself from all Facebook photos (there's no way to do this through the GUI). I wanted to see if you guys had some advice to get m...

Are global comment systems a privacy concern?

I more and more see these global login-once comment-everywhere systems on every page. I didn't do my homework of tinkering debugging and search before asking, so my question is as follows: You login on site A and leave a comment. Now you go on site B, which uses the same global comment system. At the bottom of the page a request form w...

What are best practices storing confidential data encrypted in 3-rd-party-hosted MySQL servers?

I am developing (as A PHP 5.2 + MySQL application) a personal information manager web application for my own which is meant to be hosted on a shared hosting (like bluehost or dreamhost) and to store lots of very confidential personal data including those like passwords, personal private keys, financial details, contacts, etc. How do I be...

Finding images on the web

I sent someone a photo of me and they replied that this particular photo was all over the web. How do I find out where this photo is and is there any way that I can see if there are other photos of myself that someone has shared without my knowledge? I am very worried about this and want to find out where these pictures are please help...

With client diffusion on windows platform how to prevent spyware risk in term of privacy violation?

Often we think that an antivirus or similar is more than sufficient, but many clients could accomplish so many processes that it would be more safe having a real sandbox environment like unix like OS. Better virtual machine like VMWare, VirtualBox and similar sandabox, or there are better ways to keep safe our privacy? ...

How to limit information requested by my facebook app

I'm using facebook connect to allow the visitors login to a website using their facebook account. The only information needed is that the user id and name. However the facebook connect dialog states that my app will access all the users friends, photos... How can I configure my facebook application to not request those data? ...

Cookie blocked/not saved in IFRAME in Internet Explorer, Part 2, p3p policy cannot fix it.

I have a similar problem as stated in http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer, I tried the approaches suggested in the several solutions suggested. But I still could not save cookies from a website of one domain such as example.com (as we have used this name in the original questi...

Why does reCaptcha need the ip address of the user?

reCaptcha requires the ip address of the user who submitted captchaResponse. Does anyone know how reCaptcha uses this information? Recaptcha's website does not give any information on how the user's ip address will be used. Aren't there any privacy concerns here? ...