Top "Data-protection" questions

Tag for questions relating to personal data protection, and legal issues regarding privacy.

How to protect your software code?

Possible Duplicates: How do you protect your software from illegal distribution? Best practice to prevent software copy Hypothetical situation: Lets …

protection copy-protection data-protection
Implementing and Testing iOS data protection

Just saw the Session 209 - Securing Application Data from de 2010 WWDC. The keynote explains a lot of things, including the …

iphone objective-c security ios data-protection
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 …

javascript privacy mousemove google-plus-one data-protection
What is the best way to protect sensitive data in the code?

I was examining the ways of protecting my code from decompiling. There are several good threads here describing obfuscation and …

c# .net security protection data-protection
File system encryption for IOS?

I know on Mac OS,we can use Macfuse for write a file system in user space,we can create …

ios iphone filesystems data-protection macfuse
Data Protection / NSFileProtectionComplete - successfully supported through entitlements.plist?

I'm looking to encrypt user data in an app, and the NSFileProtection mechanism looks perfect for this. This SO Question / …

ios entitlements data-protection
How does iOS data protection work

I have a quick question: I downloaded an iOS application that uses the NSFileProtectionComplete class to protect a sqlite file …

ios data-protection
AspNet Core using in memory repo for data protection when running in IIS

I'm running a production server (Windows Server 2012) with an AspNet Mvc Core RC1 website. I'm seeing the following in the …

iis asp.net-core iis-8 data-protection
How can I find out if the iPhone user currently has a passcode set and encryption enabled?

I'm writing an iPhone application that requires its data to be encrypted. I've learned how to turn on encryption for …

iphone core-data encryption ios4 data-protection
Data Protection provider across Asp.NET Core and Framework (generate password reset link)

I am running into this problem relating to the DataProtectionProvider, first we only had 2 .NET Framework projects, now a .NET …

c# asp.net asp.net-core asp.net-identity data-protection