data-protection Questions

4

I have a couple of issues regarding protection of data for my app: 1) I need to encrypt all the data I store by means of Core Data, but I don't find a starting point for achieving that. In Core Da...
Palembang asked 9/9, 2014 at 14:33

1

Solved

I have always been using the best possible data protection in my iOS apps. This means I saved all my files with the flag “available when unlocked, this device only”. Back then this "just worked". N...
Kandace asked 29/4, 2014 at 17:20

1

Solved

I'm interested in using data protection in my iOS app. There seem to be three places I can do this: In the App ID in the developer centre. In the entitlements plist By using [-NSFileManager setAt...
Ceraceous asked 16/10, 2013 at 10:17

2

I have a quick question: I downloaded an iOS application that uses the NSFileProtectionComplete class to protect a sqlite file that contains sensitive information. According to the iOS security d...
Roxie asked 6/3, 2013 at 10:38

2

Solved

For my iOS 6+-only app, I would like to enable the On-Disk Encryption offered from iOS. I read this guide and I saw the "Protecting the User's Data" video of the WWDC 2012 (Session 714). However, ...
Classmate asked 28/2, 2013 at 15:26

2

Solved

I have received an mail from Apple that my app has been rejected. The reason is: We have discovered one or more issues with your recent delivery for "Secure Send". To process your delivery, th...

2

Solved

How does the compiler control protection of variables in memory? Is there a tag bit associated with private variables inside the memory? How does it work?
Ellipsoid asked 14/7, 2012 at 19:10

2

I know on Mac OS,we can use Macfuse for write a file system in user space,we can create a box encryption. I don't know on IOS has a framework,library like FUSE,Macfuse that i can write my file syst...
Yungyunick asked 4/4, 2012 at 2:46

1

Solved

What are the cases when RsaProtectedConfigurationProvider should be used instead DataProtectionConfigurationProvider and vice-versa?
V2 asked 30/7, 2011 at 7:8

9

Solved

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 B...

7

Solved

While installing an application onto a client's server, I would like to make sure that the client (or a future developer for them, etc) does not copy my application and place it on other domains/se...
Shier asked 22/9, 2010 at 22:0

5

Solved

I'm creating a login system in PHP, and I want to know how to best protect the user information string in my cookie. I was thinking of encrypting the string with a key somehow? Is this the best way...
Cockleshell asked 21/6, 2010 at 14:57

6

We have a typical web application that is essentially a data entry application with lots of screens some of which have some degree of complexity. We need to provide that standard capability on maki...
Bootleg asked 26/9, 2008 at 16:12

13

Solved

Possible Duplicates: How do you protect your software from illegal distribution? Best practice to prevent software copy Hypothetical situation: Lets say I have built a software p...
Blastomere asked 3/3, 2010 at 0:47

© 2022 - 2024 — McMap. All rights reserved.