Tagged Questions

14
votes
5answers
6k views

Free SWF Obfuscator [closed]

Does anybody know of a free flash obfuscator? All I can find are commercial ones with free trials. I have done numerous google searches, and have been unable to find what I am looking for. I know ...
3
votes
2answers
107 views

Elliptic curve cryptography for ActionScript

Does anyone know if there is a (preferably efficient :-) ) implementation of elliptic curve cryptography for ActionScript? The only library I know of is as3crypto, which offers great implementations ...
2
votes
1answer
141 views

Any AS3/Air Library for Zip files with password protection support

Is there any AS3/Air library for Zip files with password protection support? Previously i check FZip, it was great but it doesn't support encryption! Also another library that works good, but it not ...
2
votes
4answers
1k views

high performance encryption in adobe air / flash

When looking for encryption related classes/functions in action script / air / flash, I saw the as3crypto project. This one provides a v. nice set of options, but I am a bit concerned on what the ...
2
votes
6answers
2k views

Passing untampered data from Flash app to server?

I'm looking for secure ways to pass data between a client running Flash and a server. The data in question will be generated BY the Flash app, which in this case is your score after finishing a game. ...
1
vote
1answer
28 views

understading the flash/flex shared objects and hashing technique

I was trying to observe how some of the top browser game makers are implementing the asset management and also study their animation techniques. So I was trying to crack my browsers cache and ...
1
vote
5answers
173 views

AS3 - Simple text scramble encode/decoder?

I am working on the saving/loading functionality of my AS3 game. I plan to let the player save their game to their hard drive from a browser-run game. I want to scramble the text I'm saving so a human ...
1
vote
1answer
266 views

PGP Encryption/Decryption in Adobe Flash

Is it possible to make PGP encryption/decription in Adobe Flash Application?
1
vote
2answers
88 views

encrypting flash files

what's the recommended method to encrypt flash files ? i'd like to make some flash programs that are commericals, how can i made sure that they won't get decrypted or to make sure that i used to ...
0
votes
1answer
55 views

https for secure data transfer between as3 and php

I need to transfer data from a flash application running in a browser to a server running php. If I use an https connection will that be enough to ensure that the data sent from flash to the server ...
0
votes
3answers
34 views

how to make sure that img returned from the server side can not be intercepted

In our application,we have a web service which wll return images to the client according to the parameter. Now,we want to make sure that the image can not be used by no-permissioned user and can not ...
0
votes
1answer
53 views

Gradle, how to encrypt SWF file

I have an ant task <encrypt file="${something}.swf"/>. I need the same for Gradle however Google returns zero results about this... Thank you.
0
votes
2answers
176 views

How to encrypt/decrypt an FLV using Flash

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 ...
0
votes
1answer
349 views

Errors decrypting as3crypto blowfish data in PHP

I'm kind of new to ActionScript 3 at the moment and been trying to use the as3crypto library to encrypt some data with the blowfish algorithm before submitting it to the server for processing. I know ...
0
votes
3answers
441 views

Encrypt / Decrypt with Private key

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 ( ...
0
votes
0answers
172 views

Decrypt video on-the-fly in flash web player

Is there any way to make a flash based player which can decrypt a encrypted stream of video on the fly and play it? Trying to implement a DRM system. Any ideas are welcome. Thanks.
0
votes
1answer
323 views

How do you encrypt data between client and server running in Flash and Java?

We have a multiclient system where the client is written in Flash and the server is written in Java. Currently, communication is done in Flash by usage of flash.net.Socket and the protocol is written ...
0
votes
2answers
95 views

Encrypt parameters passed to a swf

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. And of course, I ...
0
votes
1answer
52 views

Encrypting a sensitive parameter in an SWF embed statement

Just looking for some advice/leads on "best practices" for protecting a sensitive id (personally identifiable information)... I've got a Java-based webapp (JSPs, Servlets, etc) that is going to need ...
0
votes
3answers
226 views

encrypting data using blowfish under flash

how can i encrypt data in flash? is there a toolkit or class or something that can help me do that ?
0
votes
2answers
87 views

flash: how to encrypt information that is sent from swf to web server

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 ...
0
votes
1answer
152 views

Flex Encryption Secret Value

So I know it is possible to decompile SWF files. I know it produces the ActionScript contained in the file. Is there any way to store a value in a Flex application that can be reliably assumed to be ...