The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
40 views

Secure streaming link

I have a problem to secure and protect my video link from direct downloads... I am try to make something like this link http://server1.site.com/videos/123/456/789.mp4?key=0457043013fbd9ebae8ae3 ...
0
votes
1answer
12 views

Allow editing in a sheet, but protect it from Sorting

new to the forum. I have looked around quite a bit and haven't been able to find a solution to my problem. I have a sheet that is unprotected so that users can enter information in every field, but ...
1
vote
1answer
31 views

Need help /w Excel vba macro

I recently started working on an Excel spreadsheet that needs to have most of it's cells protected from editing. I can't protect the sheet in the usual way because I work with groups, you know, those ...
-2
votes
5answers
74 views

What do I need to keep a secure MySQL database? [closed]

I've looked up quite a few tutorials on keeping a secure database, but I still don't know what actions I need to take to protect my database from SQL injections, and hackers. This is the function ...
1
vote
2answers
39 views

Make a call in Lua, on a potentially not exposed Function in tolua++

I have a lua script that uses some functions of my C++ application. I use this script with 2 different C++ application, and I would like to be able to protect a call for not being bound through ...
2
votes
2answers
104 views

How to check if a PDF file is password protected or not in PHP [closed]

How can I check if uploading a PDF file is password protected or not while uploading multiple files using PHP? I want to show an error if it's password protected. Thanks in advance
0
votes
2answers
197 views

A licensing system for my (WinForms) application. Would this be secure enough? (Within reason)

I have researched on each element or system that I am willing to implement into a generic software licensing system for my soon-to-be apps (irrelevant, as this should work, or be usable on all of my ...
2
votes
2answers
50 views

How to protect directory from being accessed from php?

I have got directories like /www/site1 and /www/site2 on my server. I would like to prevent files in site1 from executing things like: include("../site2/configuration.php"); I need the dirs to be ...
0
votes
2answers
42 views

Encrypt or Protect asp application code

My classic asp application would run on local system of users via internet browser. The code file resides in the root folder of the C drive. But I want that the code could not be seen by the users , ...
0
votes
0answers
20 views

protected directory htaccess [closed]

I protected by .htaccess (apache serveur) my file folder for everyone, except the address contain "consulter". I don't find how to do... The .htaccess code in the folder: SetEnvIfNoCase THE_REQUEST ...
0
votes
0answers
53 views

Jquery Ajax Protection

I have searched on google but most post are for people looking for cross domain ajax. I want to know if there is a way to limit my ajax results to just my domain? In order to prevent a person from ...
0
votes
0answers
58 views

Protect routers in Express.js

In my application I use the routers that preserve order in the database. But the router is available at any time and if we set the necessary parameters, you can do without pay, which is certainly not ...
2
votes
1answer
199 views

Excel (VBA): Disabling cell formatting except bold font

I'd like to disable changing the format of the cell except making font bold. Is there any way to achieve that? Obviously, .Protect AllowFormattingCells:=True enables all possible format changes. ...
0
votes
1answer
59 views

Protecting process from being accessed by other process?

In Windows (XP or later, x86-64, if that matters), what are the usual ways to protect your process/program from being accessed by other process even if the latter has system-level privilege?
-3
votes
1answer
69 views

Protect a part of an application's code sources [closed]

I am developing an ERP application. Next month I will recruit 2 employees, developers. The application consists of two parts: The core of the system modules. Is there a way to "protect" the core ...
0
votes
2answers
171 views

How to protect files from direct download?

I want to protect some files in my server from download but my site needs to have access in them. I want to protect some subtitles files, which are needed to be accessed by site, but I don't want ...
0
votes
1answer
311 views

EXCEL VBA UserInterfaceOnly:= True not working

When I use (some code here).copy destination:=(some code there). It will still prompt for protection issues on cells. Basically it just wont let my code runs.
0
votes
0answers
66 views

Unauthorized Access Exception And Protecting Dlls

I changed the program which i use for protect DLLs. First i was using Xenocode Postbuild 2010. But it's not working in Win8 When i bought .Net Reactor from Eziriz but with this EXE files I'm taking an ...
3
votes
6answers
298 views

Protect C++ program against decompiling [duplicate]

Possible Duplicate: Is it possible to decompile C++ Builder exe? Is C++ Builder exe safe? I use Microsoft Visual C++ 2010 Express to write my programs. When i want to distribute my program ...
0
votes
2answers
101 views

in php how to protect the url after logging in from copy paste

I have created a login script and the user after entering his username and password redirected to the main page of the site named "main.php" if of-course entering valid data. I have seen that by ...
0
votes
1answer
273 views

EXCEL VBA Set timer to protect/lock worksheet with condition(s)

As mentioned in title, what I did was: Private Sub Workbook_Open() Dim ws As Worksheet Dim pwd As String pwd = "jfm" ' Put your password here For Each ws In Worksheets ws.Protect ...
0
votes
1answer
89 views

flash for desktop

I have developed some online flash games that communicate with PHP server files. As we all know it, flash games can be used only if embedded on a website or by launching the SWF file from desktop, ...
0
votes
1answer
182 views

CryptographyException with MachineKey.UnProtect and Cookies in ASP net 4.5

I'm trying to substitute the deprecated Encode and Decode methods with the new MachineKey.Protect and Unprotect methods with ASP.NET 4.5. I used the old methods to encrypt and decrypt cookie values as ...
0
votes
2answers
86 views

Is it a good idea to protect a exe file using os.path.exists?

Is it a good idea to use: import os.path os.path.exists (file_path) to "protect" a program against copies? For example, in our main application we use import os.path os.path.exists ...
0
votes
1answer
219 views

VBA Excel 2003 protect cells onclick

I have a spreadsheet which has a column on it (say column A). The idea is this column is populated by a user with various scores. Once the user is happy with their answers in column A, I want them ...
3
votes
3answers
164 views

Protect SWF+PHP

I have developed some Flash + PHP games, and the game logic is in the PHP files. Flash is only for animations and UI. Now I have a client interested in my games, but we have some sort of deal so that ...
1
vote
1answer
270 views

ZF2 - Protect form elements

I have a form with various form elements. In Create mode all elements must editable but in Edit mode i need to lock certain elements. I tried to set attributes "readonly" or "disabled" and it works ...
-6
votes
1answer
120 views

Protecting footer copyright links with a javascript alert [closed]

If my footer links (example1.com and example2.com) removed then make an alert. How can I do with javascript? Thanks..
1
vote
2answers
239 views

hide original download link from user

1- main link is : yourname.com/movie/film.mkv 2- link download for users : yourname.com/2012/Esx123Sxzz96/film/ how switch link 2 to link 1 without users understand main link ? and link 2 have ...
3
votes
1answer
79 views

Protect under-developpement Website / Custom URL per user and store IP

I want to protect a page under developpement. The problem is that people are sharing that link. I'd like to manually give a custom link to the users, store the IP they use and then prevent the link ...
0
votes
0answers
62 views

Creating Bad DVD Sectors

I am trying to copy protect a DVD and I would like to know if there is any way to force a bad sector on a DVD that will cause copying software to through an error. If not is there any other way i can ...
0
votes
1answer
112 views

Getting Access Denied when try to protect data

I am developing a c# .net 3.5 application on Windows 8. I need to encrypt data using DPAPI. it works ok on all of my machine except from one machine where I get the following exception: ...
0
votes
2answers
125 views

How to disable file download from website?

I have some mp3 files on my website that I want to stream using SCM music player, but if I set a password for the directory, or redirect method then the streaming is obviously not working. Is there ...
2
votes
2answers
148 views

Objective C - Protect Framework code

I have to show other people a project I'm working on but I want to protect a framework in the project from being readable. I just packed all the code in the framework and added it to the project. The ...
1
vote
0answers
52 views

How can I secure or authenticate access to XML files?

I have a XML file that saves EMail template information, and one thing contained therein is user emails. Is there a way to ensure that only logged in users can access this file? For instance, I would ...
0
votes
1answer
254 views

How to password protect an uploaded pdf in PHP

I have a web app where users can upload pdf documents. Is there a php library that I can use to password protect the pdf file? I need the library to preserve all aspects of the original pdf (i.e. ...
0
votes
1answer
156 views

ckeditor: protect a zone

I have a text coming from database and put in a ckeditor editor. I want to protect a zone in my text. example: <div class="editable">aaaaa</div> <div ...
0
votes
2answers
80 views

Protecting internal class variable in jar

We have a getter method within a class. Within the same JAR we want the variable to be accessible with the no-identifier access level, from the same package and subpackages. Below the access levels ...
1
vote
2answers
162 views

Protect HTTP request from being tamper

I'm using a public API for my web app and iPhone app. My app performs basics CRUD operations into a database. As the client key of the API is sent in the HTTP request header, it will be easy for ...
-1
votes
1answer
74 views

.htaccess to protect the folders of my website

I want to give a 301 error, when some people try to access for example http://www.mypage.com/images or anothe folder.
0
votes
1answer
70 views

How to write a hex value to file and read original file?

I have a localhost (Xampp) and a .jpg image file. I want to protect it from oher people. I tried rename the file but it still be opened by image brower (Open with...). Then I want insert a hex value ...
0
votes
1answer
49 views

Protect specific directories with .htaccess

Is it possible to protect specific directories with a single .htaccess and .htpasswd file? I can only seam to find the ability to protect single files, or an entire directory (and it's sub ...
0
votes
0answers
83 views

Files in directory to be accessible only when user is logged in with PHP session

I want to restrict unauthorized users from accessing / downloading the files in a directory unless they are logged in with a PHP session I have found some way that may be possible to do this. I am ...
-3
votes
2answers
91 views

Is this PHP Script well protected? [closed]

I'd like to know if the script is ok against mysql injections and other vulnerabilities? The following sections has many security features. I'm wondering if this makes any sense ? <?php function ...
0
votes
1answer
94 views

Is it possible to automatically protect a sheet when an error occurs in VB in excel 2000?

I have tried using goto on error, but it seems to skip this even when an error occurs, or do it even though an error has not occured depending where I place it in the script. The a runtime occurred ...
0
votes
0answers
97 views

Prevent direct access to certain url's ( only rails app can load them )?

What would be a solid mechanism to prevent the access of certain url's from the browser URL field? I have these controllers and actions that I load inside a DIV with ajax, they are parts of the page ...
0
votes
1answer
981 views

How to use .htaccess to allow page access in my iframe but not directly?

I have a site made with iframes. I have a page I want to show in my own iframes, but I want to deny direct access. How can I protect it that way in my .htaccess?
1
vote
1answer
100 views

How to protect my PayPal IPN handler in Joomla?

I'm developing small website which sells digital goods using Joomla. On my website, after confirming the customer's payment, we have to calculate some private information for him. Hence, we have to ...
1
vote
3answers
519 views

Android: Lock app with password

I want to lock my application with a password which the user has set in the applications settings. Each time the main acitivity of my app is going to be shown, a password dialog should be shown ...
0
votes
1answer
465 views

How to protect and compile python source code into a .so library?

I would like to protect my python source code, I know there is no absolute protection possible, but still there should be some means to make it difficult enough to do or quite time-consuming, so here ...

1 2 3