Top "Protection" questions

avoid using this vague/ambiguous tag

Protection level of a struct field within a class

I am fairly new to C# programming so this is likely a beginner's question. I get a "'A.Test.That.…

c# struct visibility protection
Android: how to protect data in a SQLite database?

I'm currently developing an Android game which saves data into a SQLite database. This is not really "sensitive" data, but …

android sqlite encryption protection
Password protect Open XML Wordprocessing Document

I need to add basic password protection to an Open XML Wordprocessing document. I can either use the COM interface, …

c# ms-word openxml protection password-protection
How effective is obfuscation?

A different question, i.e. Best .NET obfuscation tools/strategy, asks whether obfuscation is easy to implement using tools. My …

.net obfuscation protection
perl open() injection prevention

I have read that the open() command with 2 arguments is vulnerable to injection whereas the open() command with 3 arguments isn't …

perl security protection code-injection
Mandatory file lock on linux

On Linux I can dd a file on my hard drive and delete it in Nautilus while the dd is …

linux locking protection
How to protect iOS bundle files like plist ,image,sqlite,media files

I have created sample hello world project and then added Data.plist file to resource folder. Now people can easily …

ios iphone bundle protection
Protect yourself against Dos attacks

This might be something more suited for Serverfault, but many webdevelopers who come only here will probably benefit from possible …

webserver protection denial-of-service
Is There A Way To Set A Time Limit On a PDF?

I was wondering if there was a way to set a time limit on a pdf file where maybe it …

pdf time limit protection drm
Protect C# DLL from third party

Duplicate of: How to protect dlls? I'd like to protect my C# DLL from being used by third party applications. …

c# dll protection