4
votes
8answers
295 views
How to protect the source of a delphi app?
How could I protect my delphi app from being decompiled?
I know there are some software like themida that I think will do that but then the protected exe trigger the antivirus.
0
votes
0answers
16 views
Embed .MP4 with a key to protect from leech
Hello,
I am trying to figure out a way to be able to embed mp4 videos but also make it so that people cannot just download the files. What is the best approach to make the file links dynamic. On …
1
vote
5answers
169 views
How do I prevent other programmers from wrapping my assembly?
Can someone tell me what the best approach to protecting my component DLLs in .Net?
I've written a few DLL components which will be publicly available. They will be licensed accordingly but I want to …
0
votes
0answers
57 views
cleartool protect -chmod 770 <vob-tag-name> ERROR
This command does not work:
cleartool protect -chmod 770 <vob-tag-name>
i get the following error:
cleartool> protect -chmod 770 vob-tag-name
cleartool: Error: Unable to access …
0
votes
1answer
32 views
How to prevent access to a single file based on IP using .htaccess?
Hi,
All the resources I've read explains how to prevent access to an entire directory based on IP but doesn't explain how to do this for a single file.
This is what is used to protect a directory:
…
0
votes
0answers
36 views
IIS7 Simple http authentication
I've seen this question before but can't find a good answer for it.
I have an ASP.NET website using formsauthentication, it has some anonymous and protected parts. Now I publish this on a development …
2
votes
5answers
343 views
Protect php script that receive paypal IPN notifications! [Solved]
Hello,
In my website I've integrated a php script that receive an IPN notification and send a license key to the customer! This script is in a folder with other 2 php files required by the php script …
1
vote
2answers
244 views
Why doesn’t locking a cell in a protected worksheet in Excel prevent selection?
I'm working on a protected Excel spreadsheet and ran into a problem with cells that I've programmatically locked that are still selectable. I can't click on them directly to select them, but if I …
2
votes
6answers
1k views
Protect flash video from download/right protect
Is it possible to protect flv files from download? I'd like to protect my files from download but I don't have the money for a streaming server which I think provides some sort of protection. The …
0
votes
1answer
56 views
<authorization> can protect pages?
Can I use <authorization> to protect webforms from being accessed if a person does not have a specific role?
I tried this:
<authentication mode="windows" />
<authorization>
…
1
vote
0answers
148 views
Protect.exe for AutoLISP code protection
I am developing an architectural LISP-based package for a member of the IntelliCAD consortium. Per recommendations I have found on websites, I have used the Kelvinator to deformat and disguise some …
4
votes
7answers
392 views
Protect embedded password
I have a properties file in java, in wich i store all information of my app, like logo image filename, database name,database user and database password.
I can store the password encrypted on the …
0
votes
2answers
418 views
Protected Pages in MediaWiki
I am currently using MediaWiki as a documentation website, with login authenticated by LDAP.
However, we have hit a snag. Certain pages contain sensitive information. For example links that say …
