protect

Have you used SWF Protector? Flash Protection

Im seeking for some reliable flash obfuscator. Price is also important for me, so Im thinking to buy SWF Protector Made a few testes and as a result: SWF Protector is the only one that breaks Flash Decompilers. Tested protected swf with Sothink and Trillix Decompilers. Both failed to open protected AS3 code. But before buy it I want to ...

How can I protection my FLV videos?

I have some FLV videos was to play on web (play in a flash player, e.g. JWPlayer). How can I protect it? I do not want someone else to download these videos! The videos was high secret! Only allow play on my website. ...

Protecting assembly from hacker

I have a console application references assembly A. I want to ensure that the application will not run if A.dll is tampered or replaced. One option is to use strong-name signing. But do I need to worry about strong name bypass? Are there any other good options? Thanks ...

Protecting files in git repository

I have a central repository with a subset of files that I want to protect from been changed (by pushing) from another users. If I add this files to .gitignore they would not be cloned. Is it possible to give the ability to clone all files, but after cloning add some of them to .gitignore on the client side? ...

Protect flash files

Hello, I would like to protect my flash files. I would like to block any decompilers,protect actionscript and also protect graphics. Some time ago,I tried to decompile a swf and when I placed it inside a decompiler , it showed me a login form and no graphics.I believe that is the ultimate protection method.Do you have any idea what softw...

PHP: Protect an object property without knowing its name in advance

Ok, this may be impossible, but I thought I'd ask before I rework the whole thing... I have a situation like this: I have an object class that can receive "pieces," which are also objects. It works basically like this: class myObject { //Receives an associative array of "Piece" objects function __construct($objects) { f...