The protection tag has no wiki summary.
0
votes
5answers
38 views
Accessing a Parent form button from a Child form button
I have a program that has a parent form which then creates a child form. Upon clicking the updateButton within the child form, I want the searchButton within the parent form to fire.
However I get an ...
1
vote
3answers
29 views
Very simple “insert a word to continue” script
I guess that this is a very easy question but I've not found any resources for that. Maybe it's the wrong terms I'm searching for... ;(
I'm building a learning scenario for kids. Here they have to ...
0
votes
0answers
3 views
Protecting a range without limiting sort/filter in google spreadsheet
I have a shared spreadsheet with some formulae that I don't want anyone to alter. I have created a named range and locked it but it seems to stop other users from filtering any columns that contain a ...
0
votes
1answer
23 views
GWT RPC XSRF protection
After adding GWT RPC XSRF protection what should be different in the RPC calls?
I followed the changes mentioned in this post(GWT (2.4.0) + XSRF and ...
1
vote
1answer
14 views
Excel: Allowing grouping/outlining on multiple worksheets with protection on
I am trying to allow grouping/outlining on multiple worksheets that have protection turned on.
For some reason excel doesn't have a simple option box to do this when protecting- so I'm using this ...
0
votes
0answers
19 views
Trial protection ways
I want to know efficient methods (using code or software) not based on internet connection to implement a trial protection in my application.
I'm looking for FREE alternative software like ...
-1
votes
0answers
12 views
How to reduce chance of harddisc failure? [closed]
Recently i found a question "which file system technichs can reduce chance of disc failure?" But i did not found an answer. The only things that i could suggest is using RAID and protect power level. ...
-1
votes
0answers
84 views
Removing 'write protection' on micro SDcard [closed]
My Android's(samsung galaxy fit gt 5670) SDcard is showing 'write protection error' when connected to pc using card reader.
It's not allowing to format the sd card.
Even I tried command prompt for ...
0
votes
0answers
25 views
Shell application/service between license solution and application [closed]
We have an application that currently use a third party licensing solution, but due to unusual customer scenarios, where the customer run our application for 10+ years (without update), we need to ...
0
votes
0answers
37 views
Java Robot class keyPress not typing into google chrome
I'm trying to beat the game 'fastTyper 2' (basically just a typing game where you type words that appear as fast as possible) by using the java robot class to type in the letters for me. I've ...
0
votes
1answer
104 views
Password protected android app. Reset password function?
I implemented a simple password protection for my Android app. I am storing the user defined password obfuscated in the SharedPreferences. I can restore it by unobfuscating it.
In case the user ...
0
votes
1answer
50 views
php prevent direct access to an url which does not points a folder [closed]
I am using .htaccess and user friendly links. my domain.com/contact redirects the page to domain.com/contact-verify after form submission. If page verifies user submitted data then redirects the page ...
0
votes
2answers
44 views
Modifying HTML content on the fly => SLOW
We are working on a PROXY based protection software. It catches the user http request, do the proxy stuffs, and catch the http response, modify its content and send it back to the original user.
We ...
5
votes
3answers
111 views
Protecting login and comment forms against CSRF
I have read many articles about CSRF protection (this is a good one) and various questions here on SO, but none of them seem to be informative enough to answer my question.
I am developing my own CMS ...
0
votes
1answer
29 views
Adding encapsulation to an existing XNA game starter kit - Specifically to a method
I am using the XNA Shooter Starter kit and want to add encapsulation to it for a project
I have understood how to do it for items such as integers, where you encapsulate the field so that the ...
1
vote
2answers
67 views
Pass the Protection Status of Excel Worksheet to a Cell
I'm curious as to whether it's possible to pass the protection status of an excel worksheet to a cell of that worksheet.
e.g.
Sheet1 is locked for editing...cell A1 would be programmed to say ...
0
votes
1answer
74 views
How do you password protect a blogger post?
I've seen this question a number of times - just not here in SO. The answers to this point have all said to use use credentials in javascript (and we all know clientside credentials is no way to do ...
0
votes
1answer
328 views
Laravel - Protect image folder from web access
I am doing upload image functionality in my project. Here I am saving my files in public folder (public/img/myfiles/). I want to restrict the file acess, if admin user is not logged in. (ie)
if i ...
0
votes
1answer
122 views
How to create advance PDF file encryption and protection using php?
I have a problem about PDF file encryption using php.
Case: Let's say I have a local system (web based) to upload and download files, such as 4sh*red (dot) com, but it just allows PDF file. A user ...
3
votes
3answers
340 views
Protecting games from memory scanners (like Cheat Engine)
I'm making a C++11 game where scores are sent to the server. I'm storing the score as a simple float, so people using software like Cheat Engine could easily change the value of the score before it is ...
1
vote
1answer
74 views
How to protect AesCryptoServiceProvider's rgbKey?
We have table where we keep user/password and some other data. Each record's password field must be encrypted. We decided to use AesCryptoServiceProvider for encryption and manually created rgbKey for ...
0
votes
0answers
58 views
getPackageManager piracy protection?
Does anyone have experience in this piracy protection?
PackageManager myapp= this.getPackageManager();
String installer = myapp.getInstallerPackageName("com.MyPackage");
if(installer == null)
...
0
votes
1answer
328 views
Excel File Password Protection with Open XML SDK
I am using Open XML SDK for creating excel files.
I want to protect them with a password.
Do you know anyway to protect excel file with a password by using Open XML SDK?
I know "com" object way to ...
2
votes
1answer
141 views
Dllmain deadlock under themida protection
I have to protect my program, which is written in .NET. I've decided to use the themida protector to virtualize a small dll (written in C), which will be loaded into the main program (via PInvoke) to ...
0
votes
3answers
58 views
Memory protection on an OS
In general,
I know that a process can't write to a memory (in its addresses space) that has a protection that doesn't allow writing.
But what checks whether the process can do this? Does any assembly ...
0
votes
0answers
25 views
Adding obfuscated dll to VS installer
I'm using an obfuscator (Dotnet reactor). it integrated with VS. Building the main executable project works fine but after builing the obfuscator will change the output dll and exe files and then the ...
0
votes
1answer
95 views
preg_split() expects parameter 2 to be string, resource given on line 13; Invalid argument supplied for foreach() on line 24 [closed]
I get these 2 errors with my code: preg_split() expects parameter 2 to be string, resource given on line 13
Invalid argument supplied for foreach() on line 24
This is for use with my vb.net ...
-1
votes
1answer
96 views
How to secure PHP file [closed]
I want to secure my PHP file. I searched at Stackoverflow and Googled but I'm still confused about how it all works.
This is what I got so far:
People are not able to read my PHP files, UNLESS they ...
1
vote
2answers
77 views
Page protection does not work correctly for the Administrator page
I posted a similar post of this whith a different code, but changed it
a little now, and did not get an answers that I was hoping for (the
answers did not help me much). I hope this is Ok, tell ...
0
votes
2answers
89 views
Page protection for the Admin page not working
I have been trying to make a page protection for the Administrator page, and I can not get it to work. I am sure this would not have been a problem if I was not new to PHP coding, hehe.
So what I am ...
0
votes
3answers
142 views
Show your php code but protect it from being copied [closed]
I have a php project that i want to sell. The buyer wants his programmer to see the quality of the code first, before it makes the purchase.
I don't want him to be able to copy the code so i have to ...
-1
votes
1answer
75 views
OllyDBG ASProtected dll [closed]
Does anyone know how to unpack ASProtected file with a version of 2.56? So far highest unpacker I found was for 2.41. Will be satisfied with other way around, if such exists.
Thanks for your time.
-1
votes
1answer
53 views
Common Syntax within XSS & SQLI
I'm creating a function which will check over a string (once the string is sent through the function) for common syntax used within SQLI and XSS Attacks; The problem is, that i know only some.. But ...
0
votes
1answer
107 views
systemOrSignature protection level
There seems to be some conflicting information about the "systemOrSignature" protection level.
If I have a preinstalled system app included with the image by the OEM, but signed by me, my app will ...
-5
votes
1answer
171 views
Call an exe file inside my c# project securely [closed]
I have an Adobe Director executable file and i want write a C# code to protect it (Copyright). So i can't place exe file next to my c# exe file (because user can run Adobe Director file and so it ...
0
votes
1answer
75 views
What is the best technique to protect your trial-program from hacking?
I'm developing a .NET program, that has some native projects too and I want to publish it with trial capability.
I thought about the question "how to protect my creation?" and I know some of the ...
2
votes
0answers
642 views
Win7/8 DWM Draw hooking
I am trying to develop certain extension for Desktop Window Manager. I selected method of DLL injection and function hooking. It is supposed to be working in Windows 7 and Windows 8.
I successfuly ...
0
votes
2answers
123 views
“Protect” app: Free to full version via InApp purchase? Market license verification? Or useless?
Now I've nearly finished my first app and I wanted to have two versions of it, one free (with ads and a little less functionality) and one full/paid version.
I know that you can not completely ...
0
votes
1answer
203 views
Can VBScript run on protected sheet of an Excel?
I am using VBScript to make lots of calculations on different sheets on the same workbook. Now one concern is if somehow someone deleted any of the sheet, the script would then lead to massive data ...
0
votes
1answer
130 views
How to restrict direct access to a folder / location to an specific IP address
O.
This website is like a drug to me.
I am hoping someone can guide me over this task.
I need an script/workaround, in order to restrict direct file access to a folder or a file in specific, and ...
1
vote
0answers
77 views
Exe Protection? [closed]
I have a Java program(Pretty secure, multiple auths, launchers, and such), but one can get my code by extracting the Exe with winrar. I have all of my .jars obfuscated with ZelixKlassMaster, a top of ...
0
votes
0answers
41 views
Software protection issue - Symantec Ghost
I have an important question since I'm developing a desktop software and I would like to distribute with a time license - like the Adobe Creative Cloud service.
What about Symantec ghost? I mean, I ...
0
votes
0answers
60 views
Creating epub protection and check it on android devices
I have a question about creating protection for ebook (*.epub) like a LVL protection for android application. What technology can I use for creating protection and how can i check user right onto ...
0
votes
2answers
86 views
Link protection
Is there any plugin for Wordpress to protect link. I need a plugin to create a random generated key for my links. Like the one in this website : http://www.1channel.ch/watch-1941005-Red-Dawn .
If ...
-1
votes
1answer
66 views
PHP localhost app protection
I have POS aplication connected to TAX service, we will distribute it at XAMPP or Nusphere platform for Windows.
How can I protect my code from editing or copying ? Can I hide it at Xampp or ...
-2
votes
4answers
48 views
Disable session modification (php)
I'm coding an application with some other developers. I want to protect some useful "session" keys from being changed.
For instance, if when connected:
$_SESSION['can_access_to_all'] = '0';
Some ...
0
votes
1answer
72 views
How can I use a simple LAN Card for software copy protection?
I have seen some applications which were using a simple LAN card as a protection card to prevent software piracy.
Please tell me the main idea used in it.
-6
votes
1answer
133 views
serverside protection mechanism to prevent anyone viewing javascript source [closed]
I know you can use javascript obfosculator to make javascript source protected but I need a better solution on top of this.
Im investigating options to encrypt a javascript file to be placed on some ...
0
votes
1answer
154 views
java license enforcement, algorithm for creating activation key?
I've decided to use the TrueLicense library to enforce a copy protection for an Java application I developed. Since TrueLicense does not offer a copy protection schema, I need one. I simply want to ...
1
vote
1answer
74 views
Is this a legitimate protection against LDAP Injection?
Our software takes username from user input and puts it into a ldap-request like this:
(& () (sAMAccountName=userinput))
it looks very fishy to me, but so far i wasn't able to break it with ...

