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
2 answers

password reset and encrypt-decrypt relation in php

I use password in not only signIn but also encryption. And signIn password is crypted md5. If I lost / forget password. How can I decrypt my data? for example. user sign in with password = 1234. if signed in => decrypt data by using that password. I…
user2710326
  • 15
  • 1
  • 5
0
votes
1 answer

Collect logs and analytics while maintaining user anonymity?

Say I'm running some sort of public web service and I'd obviously like to collect metrics. For the sake of this argument, let's assume the data I'm interested in would only be what is available from parsing standard Apache access logs. Is there a…
Mark
  • 1,637
  • 4
  • 16
  • 18
0
votes
1 answer

Collecting user information for debugging and support

I have a Java application that I need to support. I'd like it to collect user information, such as system information: OS and hardware for easier diagnostics and support. Are there any security & privacy regulations I need to follow? Do I…
alexb
  • 460
  • 6
  • 17
0
votes
1 answer

Privacy options with PHP/MySQL

I'm currently in the middle of developing a privacy options features which will allow members of my site to toggle whether their information is visible to friends only or to the public. I'm doing this with PHP. When the privacy_opt variable is set…
James
  • 576
  • 2
  • 8
  • 20
0
votes
1 answer

How implement Zero-knowledge/client-side encryption for personal data in a cloud?

Is 8:00 and a hacker (or PRISM!) already have a full copy of my customers data with personal details. Assuming the data is already readable, how protect the personal details? Before the current scandal about PRISM, I was thinking in how protect some…
mamcx
  • 15,916
  • 26
  • 101
  • 189
0
votes
1 answer

Android Facebook FeedDialogBuilder post privacy/audience

I'm trying to allow a user to post there status to their FB wall from with in my Android app. I'm having a problem with the Privacy/Audience for the post is always set to "Only Me" I want to set this to "Friends", but I can't find a way to do…
KevinM
  • 1,799
  • 4
  • 28
  • 58
0
votes
1 answer

Protected iteration through custom container

I want to make a container class that should be allowed to be iterable through a for each loop, but only through for each loops. I don't want to grant access to its .begin() and .end() methods. Is such a thing possible, maybe through overloading and…
Mutoh
  • 358
  • 3
  • 18
0
votes
1 answer

Set Default Activity Privacy to public on app install

I've noticed in my last app that it installs with the Activity Privacy set to "Only me" and when the new permissions dialog shows there's no way to change the privacy from there, and this app installs with "Only me" privacy. I wanted to force the…
Natiaz
  • 63
  • 1
  • 6
0
votes
1 answer

objective c secure header file

Is there a way to create a header file containing some methods without others being able to get to the definition of my methods inside .m files? For example, you can't access method definitions of the ones written by apple(i.e you go to UIImage.h…
Teo
  • 3,394
  • 11
  • 43
  • 73
0
votes
1 answer

The PayPal REST API doesn't allow credit cards to be deleted?

The PayPal REST API documentation shows how to store a credit card and how to use a stored credit card, but I don't see anything about deleting a stored credit card. Of course, I can simply delete the card ID from my database, but I feel like this…
David Jones
  • 10,117
  • 28
  • 91
  • 139
0
votes
1 answer

Can someone please explain a simply way to add multi-tenancy to a rails app?

I have a bootstrapped layout running on my rails app with the ability to allow users to sign up, sign in and sign out. Even changing layouts when they do sign in, to provide a dashboard feel across the nav, as I offer them links they can access to…
V.Nice
  • 275
  • 3
  • 9
0
votes
2 answers

Likes on pages for my FB App always shared as Only Me

I have a website which hosts events, is registered as an FB App and supports FB Login. When users logged in with Facebook click the 'Like' button (standard Javascript Social Plugin), FB successfully scraps the event page (which has Open Graph tags…
0
votes
2 answers

Privacy Policy Warning Won't Go Away

We've received the following warning: Please update your privacy policy for Brewtoad to avoid enforcement action. The URL may be missing or returning an error. Also, be sure your privacy policy displays on your website or app. For more info, refer…
0
votes
1 answer

Android: Post Feed Dialog, but post can be seen only me

I don't known why it occurred which it was public to everyone last week.But today when I test again,it showed me a lock and said only me in Facebook on the right of the post. I have searched this issue in stackoverflow,found some method to change it…
0
votes
1 answer

Privacy protected RPC Channels

As the title says, i'm wondering what these are. I know about RPC but what do the prefixed adjectives mean? P.S.: I came across this term while reading about DPAPI @ MSDN:…
user720694
  • 2,035
  • 6
  • 35
  • 57