ActionScript 3.0 :: Encrypt Swf Before Release?

Apr 28, 2010

My company has a application developed by flash. We must encrypt it before release. So is some can tell me how to do it? Is there some very simple but efficient way? Or are there some good sofe for encrypting swf?

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Revisited Underline Text - When Add The On (release) To The Movie It Doesn't Advance The Timeline On (release)

Dec 6, 2005

Underlined Text On (rollOver) Is there an action script to do on (rollover) underline text? It would be on a button that would also, on (release) gotoAndPlay a frame. I know you can have a movie with AS like this:

[Code]....

But when I add the on (release) to the movie it doesnt advance the timeline on (release). And when I change the file to a button instead of a movie clip it doesnt do the underline on (rollOver).

View 1 Replies

ActionScript 3.0 :: Emulate Release And Release Outside?

Feb 11, 2009

I'm working on a small application that uses some throw physics to fling items around the stage. Everything is working as it should, apart from when I test it on my touch screen, the throw physics don't work. I've tried all sorts of things, in in those tests noticed that AS2 release and release outside do work on the screen perfectly, whereas mouse up and mouse out do not!

So, is there a way to emulate the AS2 mouse events in AS3, as I have to stick with AS3 this time.

View 3 Replies

Flash 9 :: Looking For Way To Encrypt?

Sep 22, 2008

I have recently created my very first game. How should I go about protecting my work? Is there any freeware encryption available?

View 3 Replies

Flex :: Encrypt The Flv File?

Aug 4, 2009

I am now thinking of encrypting the flv file . is there any way to do this by flex? do you have some tutorial of example to do encrypt the flv file.

View 2 Replies

Actionscript 3 :: Encrypt And Decrypt In Asp.net C#

Jul 22, 2010

I need to send data from flash to the server, so I'm looking for a flash ActionScript 3.0 script that will encrypt a text and a C# .net script that decrypt the text.

View 1 Replies

ActionScript 3.0 :: Encrypt My Swf File?

Jun 28, 2009

Is there any way to encrypt my swf file against hiker?

View 2 Replies

ActionScript 3.0 :: AIR Use Loader To Encrypt Swf?

Apr 29, 2010

I think the simple way to encrypt a swf is using Loader. Adding a chorme to the target swf, so the decompiler can not work.

I'd used serval encrypt tools. Finally, I find a very lite app(air application).

View 13 Replies

ActionScript 3.0 :: Encrypt Password For Login?

Dec 11, 2011

How do you encrypt the password and username for a login form in as3?

View 5 Replies

Flash :: Encrypt Information That Is Sent From Swf To Web Server?

Dec 8, 2009

i want to make flash programs that send information to the web server that cannot be revealed by the user. of course the user will be able to see that HTTP request that is being sent, but i want to encrypt the data before transferring it. what's the best method to achieve that ?

View 2 Replies

Java :: Sha Or Md5 Algorithm Encrypt And Decrypt?

Feb 25, 2010

I am developing my application in flex and JSP, so when I am passing values through HTTP Service Post method with request object but these values are tracing and modifying by testing team so I am planning to encrypt values in flex and decrypt it in jsp.so is there any algorithms like SHA or MD5 more secure algorithms,

[Code]...

View 4 Replies

Flash :: Encrypt Parameters Passed To A Swf?

Mar 30, 2010

does anyone know how to encrypt the parameters that are passed to a flash movie? The case is, that the user should not be able to read the parameters in the source code in plaintext.

View 2 Replies

PHP :: Encrypt / Decrypt Data With Private Key

Jun 16, 2011

I would like to implement some security in some of the Flash/PHP applications that I have. I have some Flash apps that communicate with PHP files, and the PHP is sending the data as get string (E.g.: name=John&sname=Doe&age=24&balance=12.4). Instead of all these variables, I would like it to send a single variable (E.g.: flashvar=jr9afgaw9-fg90agfawf7gw) that would contain those values, so then Flash would decrypt the string and get the real and useful vars.

I want to encrypt this using a private key and use the same private key to decrypt this inside Flash. If someone would want to decode the message PHP sends, he would have to decompile the flash file and find the private key I'm using in Flash to decode the message and then decode it. The reason I posted here is because I want to use an encryption algorithm that allows only the use of a private key for encryption/decryption.

View 3 Replies

Actionscript 3 :: Encrypt / Decrypt An FLV Using Flash?

Oct 14, 2011

I'm working on an Windows application(created in .NET) which one of its functions is to play local FLVs using SWF components. Now I need to create an encryption application to make sure those FLVs cannot be played freely, only the SWF player will know how to decrypt that file(using a key received from .NET app). I was thinking of creating an Air app to encode my flvs (maybe ByteArray class?), using some algorithm to shuffle/unshuffle characters based in a key string. My main need is how to encode/decode a file using Air/Flash. I tried some times, just trying to load a FLV, convert to ByteArray, then save the new FLV, but this new FLV won't play. Opening into Notepad++, I noticed the file have a few characters before it's FLV header.

View 2 Replies

Flash :: Gradle, How To Encrypt SWF File

Nov 1, 2011

I have an ant task <encrypt file="${something}.swf"/>. I need the same for Gradle however Google returns zero results about this.

View 1 Replies

ActionScript 3 :: How To Encrypt / Decrypt Message

Mar 23, 2012

I found something about encrypt and decrypt for AS3 [URL] but the document is not very clearly, how can I do encrypt/decrypt in as3? BTW, what is the suffix of algorithms like ecb, cbc, cfb, cfb8, ofb, what's the means. Which should I use?

View 1 Replies

ActionScript 2.0 :: Encrypt Data On A Scoreboard?

Oct 17, 2011

Basically I've set up a scoreboard for a flash game I've made for a client. Now the scoreboard works fine but apparently it's not very secure. One of the clients friends was able to add a score of 100,000 without even playing the game. This is quite a big problem as they are planning on doing a competition with prizes for the highest scores.

What's the normal way to encrypt data on a scoreboard? The scores are stored in a MySQL database btw.

View 1 Replies

ActionScript 3.0 :: Prevent Downloading Files - Encrypt URL?

Aug 11, 2010

I'm working in an audio player. I'm looking for a way to prevent users download the mp3 files by following the file url ( for example: by using the Firebug o similar).

View 1 Replies

Flex :: Encrypt A Local File Using / Actionscirpt , AIR?

Aug 28, 2009

I want to encrypt a local file using Adobe Flex, Actionscript or Air.

...or I would like to know of other options but not vc++ or activeX.

View 2 Replies

Encrypt Password And Send Through Httpservice In Flex?

Nov 4, 2009

I am sending password text to the http service request object.like pass.text now this password i am giving in navigate url also.but password is visibleing when load url and it is hacking.how can i encrypt password string and send it to jsp?

View 2 Replies

ActionScript 2.0 :: Encrypt And Decrypt Data From Flash To Asp

Nov 13, 2009

I need encrypt data score from game flash and send it to ASP page, in ASP page, it will decrypt and update Database.

View 5 Replies

IDE :: Encrypt Our SWF's And Prevent Our Code From Being Stolen And Decompiled?

Apr 29, 2010

What is the best current method (for Mac) to encrypt our SWF's and prevent our code from being stolen and decompiled?

View 2 Replies

Java :: Get Encrypt And Decrypt String With Defined Salt?

Dec 16, 2009

I want tp encrypt and decrypt string, with defined salt. But the result must be same if the code run in java and adobe flex.The main goal is: the app in adobe flex will be generate a string that can be decrypt in server using java.Try to 'Secret Key' Tab. I want to use AES Encryption, 'CBC' or 'PKCS5'.

var k:String = "1234567890123456";
var kdata:ByteArray = Hex.toArray(k);
var txt:String = "hello";
var data:ByteArray = Hex.toArray(Hex.fromString(txt));;

[code]....

View 2 Replies

ActionScript 2.0 :: Encrypt Movie Clip Or Image In Flash?

Aug 19, 2009

Anyway, i have this picture/movie clip inside the library which will be displayed partially in the flash and i want to secure the image/movie clip if there is somebody want to extract it and view it. What is the best method here?

View 3 Replies

ActionScript 2.0 :: Encrypt Text To Hide Answer Strings

Feb 8, 2012

I have a quiz in Flash. It's working fine integrating with a LMS. We have concerns that some people who can access the reporting tool would be able to find the answers by looking at the other people's answers. If I can encrypt the answer strings into something else and output the encrypted answers to server. I searched and found a very nice tool at [URL] but it's rather complex to implement with many AS and different types of files inside. Is there a simpler one that all I need is a few functions I can include in my Flash file to encrypt and decrypt? It's internal and target audience is not programmers so it does not need to be complex. Just some scrambled texts should be enough.

View 5 Replies

Actionscript 3 :: Using As3Crypto To Encrypt / Decrypt With Only URL Query Save Chars

Feb 28, 2012

I was using as3Crypto with no probs [URL] but it produces a string which includes equal (and probably other URL Query unsafe characters). Is there a way to encrypt like this? Current code below:

[Code]...

View 1 Replies

ActionScript 2.0 :: Encrypt And Decrypt The Static Text Available Inside The Output Swf File

Jan 12, 2010

I have a swf file which contains static text.... Now i want to encrypt and decrypt the static text available inside the output swf file.. Is it possible to do in AS 2.0 .... If it is means then provide some idea to perform these operations

View 8 Replies

Actionscript 3.0 :: Encrypt Files And Then Convert Them Back To Normal On Fly As Game Loads?

Feb 13, 2010

I am working on a game that will have couple of XML files and couple of images external to the game.

i would like to protect those files so that they cant be changed/editted

is there a way to encrypt all files and then convert them back to normal on the fly as the game loads?

View 1 Replies

Java :: Encrypt Sqlite Db File With Server Side / So Flex / Air Client Can Read It?

Jan 23, 2012

We are trying to create a sqlite db file using java on the server, and encrypt it.Then we send the encrypted db file to a client's pc, which has an Adobe Air desktop app running.The air app then needs to be able to open/read-from the encrypted db file (client is read-only).We are using java 1.6, flex/actionscript 4.5, and Air 3.1.We can create the sqlite db file on the server and send it to the client, and it can be read by the client without issues, when we do not encrypt it.But we are having trouble with the encryption part. We've read quite a lot of documentation about Actionscript's ability to open encrypted sqlite files using AES + CCM (URL...).And we're trying to use java's crypto package to encrypt the sqlite db file.The encryption is important because we don't want the client to be able to open the sqlite db file with any sqlite browser, only with our Air application.

View 1 Replies

ActionScript 2.0 :: URL - Encrypt Flash String So Asp Will Read The String Corectly?

Jan 23, 2003

I am sending a string to asp from flash that looks like this;

[CODE].....

The problem is when asp (probably php too) reads this string, it reads it like this

[CODE]....

Now this sucks, is there a way to encrypt my flash string so asp will read the string corectly? I know asp is url encoding the flash string, but this bit of info does not seem to help.

View 14 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved