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

learn more… | top users | synonyms

-1
votes
0answers
14 views

Protect java WEB application inside the server(against reverse engineering) [closed]

I have a web application running on glassfifh 3.1.2 server and I need a way to protect the compiled java classes, I tryed to ofuscate the source code but it didn't work, the project contains a lot of ...
0
votes
0answers
12 views

Verify App-Client to Access Webserver

I have a jboss running to provide some information. Users can call something like http://mejboss.server.com/restdata/request-all/ and they get a string of JSON data. I want users only to access the ...
0
votes
0answers
14 views

Is it possible to prevent accessing an apps local files in a file browser?

I am working on a test app that downloads files locally to the app file storage sandbox and I wanted to know if there is a way that I can prevent my app subscribers from accessing some of the files ...
0
votes
0answers
38 views

Encrypting emails to comply with the Data Protection Act 1998

According to the Data Protection Act 1998: Encrypt any personal information held electronically that would cause damage or distress if it were lost or stolen. ...
1
vote
1answer
26 views

Protecting Site media player and content

I have a site that has grown enormously over the past couple years. The site is hitting around 10M+ visitors a month, with over 100 million monthly request. The primary focus of the site is streaming ...
0
votes
1answer
89 views

How to protect (encrypt) data stored by webkit/local store

I'm developing an app that uses the PhoneGap framework, and therefore is just a plain web-app that uses HTML5. As with many web-apps, my customer also wants data available when the device is offline. ...
1
vote
1answer
47 views

restricting data access

I have a group of 30 developers who have access to a high sensitive database for debugging purposes. All data in the database are not encrypted. If we have a concern to protect some columns e.g. ...
2
votes
2answers
37 views

Prevent instantiation of readonly objects from framework

I am currently in the process of creating an objective c framework for iOS to help facilitate the interaction between an API and a developer. As part of this, I return various arrays of readonly ...
6
votes
2answers
554 views

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 that contains sensitive information. According to the iOS security ...
5
votes
2answers
790 views

Enable iOS On-Disk Encryption

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, I ...
0
votes
6answers
212 views

hide source code after script finishes loading [duplicate]

This question is different because I don't want to prevent the user from viewing source. I want to hide a portion of the source code programmatically. "Duplicate" questions do not address this and ...
1
vote
2answers
421 views

how to set password to micro SD card programmatically?

is there any way to write protect micro sd card with password through programming (Java/C)? primarily I wanted to set a password to micro sd card and the sd card should have access only if we provide ...
-1
votes
1answer
66 views

Folder protection for windows7

sir, which folder lock software is suitable for windows7 home premium original version, in my laptop i want to lock and hide some folders and data and i try some folder lock softwares and all ...
0
votes
0answers
51 views

Storing machine specific passwords in Windows Store App

As a part of ongoing app development, I would like to store username and password from the application. I went through couple of examples and blogs and it turns out that Windows 8 provides ...
5
votes
3answers
322 views

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 / Answer thread pointed me at the WWDC 2011 Video Securing iOS Apps which gave ...
-1
votes
1answer
102 views

Linux C++ application file protection [closed]

I'm developing a Linux application that needs to save some sensible data in order to reload them when the machine reboot. So I'm investigating on how to save somewhere my data and protect them. ...
1
vote
1answer
32 views

how to secure data and update data in an application deployed to another entity?

I have developed a VB.Net application with SQL Server carrying the data. This application will be deployed to another business. The application allows the user to generate base and adjusted fees, ...
2
votes
1answer
438 views

Data Protection API in iPhone Not Encrypting

I need to secure my data in Documents Directory so i have used Apple Data Protection API. Apple Asset I Enabled Data Protection in Settings App. Settings->General->Passcode Lock On I Write the file ...
1
vote
1answer
140 views

Core Data persistent store protection

I'm creating an app that relies quite heavily on Core Data. It is a content-driven app that primarily delivers question/answers to the user. On its first load, the app delegate pulls through lots of ...
4
votes
1answer
151 views

Protect SWF before compiling

GOOGLE is full of so called SWF encrypters/obsfucators/lockers. But 99% of them cause bugs in complex applications. In applications with imported 3D libraries or that use external files. Or in complex ...
-1
votes
3answers
239 views

how can I prevent people from using my images from my website

Here is a problem. I have noticed that some people are not only take some photos from my site but also just grab them from my site, may be the word is wrong, so here is an example: <img ...
2
votes
1answer
98 views

Amazon SimpeDB - apps - data protection

I have been using AWS (Amazon Web services) and in particular simpleDB for a couple of smartphone apps using their iOS/android client libraries. So far, the data was very benign so I didn't worry too ...
2
votes
1answer
190 views

Which NoSQL database can protect data? [closed]

I'm writing application on C# (WPF) for Windows. I need to store data for this application (in database, i think). But i need to secure this data (from modification). I'm planning to distribute this ...
1
vote
2answers
255 views

Invalid Code Signing Entitlements - Data Protection key not supported

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, the ...
0
votes
0answers
186 views

Is there ever a reason to not use NSFileProtectionCompleteUntilFirstUserAuthentication?

iOS 5 added a new data protection attribute, NSFileProtectionCompleteUntilFirstUserAuthentication. The file is stored in an encrypted format on disk and cannot be accessed until after the device ...
0
votes
1answer
58 views

GPL code reading protected files

I have a program that displays the content of some text files. The program was written by someone else and distributed under GNU GPL licence. I want to use this program in order to read some other ...
1
vote
2answers
142 views

Easy way to set data protection flag on a file in MonoTouch?

Currently I'm using a method to set the data protection attribute, that looks rather awkward to me. I'm wondering if there is a more direct way, instead of dealing with NSString, and ...
0
votes
0answers
103 views

read encrypted file from iOS

After a file is saved to iOS with data protection turned on, it is encrypted using iOS UID and user passcode. When the application tries to read the file through the file access APIs, the result will ...
2
votes
2answers
169 views

Protecting Stored Data in C++ RPG Game

I'm currently developing an RPG game using C++ and SFML on Windows. Currently it is working well but when I was checking over everything I realized that since all data such as items, inventory, ...
2
votes
4answers
141 views

Protecting PHP files from being called by other websites

I have a website which fetches data from some PHP files to display it on the website. However, to protect my data to be used by other people, I wish to protect my PHP file being called by crawlers, ...
1
vote
1answer
94 views

Find out data protection class for specific files in iOS

I am currently trying to find out which data protection class is used by a particular app. My first approach was to use an unencrypted iTunes backup to determine the used protection class. I have ...
11
votes
2answers
303 views

How is access for private variables implemented in C++ under the hood?

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?
0
votes
2answers
102 views

Protect contents of USB to be copied

We have a application, which uses some contents developed using flash, PPT, stored into file system. We are distributing this application to end customer using USB drive, so we want to protect the ...
-1
votes
1answer
62 views

Europe cluster availabe for europe� its also used for cloud storage and gmail?

With release 1.7 of appengine sdk it specifies that europe cluster is available. But Does this cluster used for all google services as Drive or gmail? It is an important point for europe laws about ...
4
votes
1answer
542 views

Protecting Flash AS3 code + secure communication with server

I need my Flash client to communicate with a server securely (through binary sockets). For this, I was thinking of embedding a pre-shared key inside the AS3 code and exchanging XORed data through a ...
0
votes
2answers
615 views

how to protect batch source code?

OK so I tried to convert bat to exe using many programs but at the end all of them just put the bat files in temp folder so I wonder if there is another way to protect the code I thought is there a ...
1
vote
1answer
286 views

Encrypt/Decrypt using DataProtection.DataProtector c#

I need to decrypt a conection that was created initially under an account that is no longer available. In order to do that I made a simple app: private void btnEncrypt_Click(object sender, EventArgs ...
1
vote
0answers
121 views

Differences in Security (HW-Encryption) of iPhone 3GS and iPhone4/4S

I have an iPhone 4S and an iPhone 3GS here for research purposes. In the following weeks I want to perform some security tests especially based on the hardware encryption and Apple's Data Protection ...
1
vote
1answer
151 views

How to prevent migration of data out of MDB?

I have a VB6/MDB product. If I want to prevent a client from doing a mass transfer of data out of the MDB into another database, what can I do to the MDB? The passwords on MDBs can be easily cracked ...
4
votes
2answers
146 views

Protect KML file from downloading or accessing

I am trying to protect my KML file, from being downloaded or its data extracted easily. All I want is the file to be viewed in google maps or google earth, but no one is allowed to download it or ...
0
votes
2answers
533 views

Data protection on Android

I need to protect some data on my Android app. On iOS i can enable data protection and use encryption to save my files. Is there something similar for Android? My app needs to read and write some ...
4
votes
1answer
132 views

Selecting a Secure DBMS against direct disk access

I'm going to create a Java Application for collecting some enterprise information. My problem is the DBMS security. EDIT: My Application is not connected to Network and the whole DB and App. are ...
0
votes
4answers
209 views

Prevent application cache from extracting files on iOS

I have an iOS application, which stores all downloaded *.pdf files in its cache. Is there a way to prevent this data from extracting? Encryption or something else? Thanks in advance.
4
votes
2answers
3k views

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 a box encryption. I don't know on IOS has a framework,library like FUSE,Macfuse that i can write my file system ...
0
votes
2answers
164 views

Protect database content from being 'sniffed' out (Ajax)

I am using an AJAX request to retrieve and display data from my database. $("#flexitopicresults").flexigrid( { url: 'venuequery-json.php', dataType: 'json', colModel : [ (..) (..) } ...
0
votes
3answers
300 views

Encrypted connection without SSLStream?

I need to encrypt the data that will be sent/received, client <> server and vice-versa. Since I can't use SSLStream right now, I am looking for other alternatives. While thinking about the ...
1
vote
1answer
472 views

Best practice to secure data in a SQL Server 2008 database

I have been creating an ASP.net web application for my client. This will be hosted in their organisation (this requirement is compulsory). One of their requirements is to secure the data in the ...
2
votes
2answers
330 views

Best practice to protect model after post in MVC3

What is the best practice to protect model against unwanted parse/update after post in MVC3 Controller action called at HttpGet-> Product/Edit: public ActionResult Edit() { ...
-1
votes
1answer
121 views

Video Files protection on android device? [closed]

I need video file protection on Android.I cant use encryption as that is very time consuming. We do not need a very high level of security. We just need to prevent a regular user from being able to ...
1
vote
1answer
120 views

Is it possible to store the data in assets or raw folder which application download from server?

In my app user could download the data files from the server and use it through the app.But I am getting a problem for the protection of those files. As those files are very important I cant just ...

1 2