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
Similar Posts:
Jul 5, 2009
I'm kinda noobish when it comes to getting information from XML information sent to my flash file from the socket server. OK so for example the server sends me this:
[Code]...
I want to get the name of the user and the X and Y position! Is there a way I can get this information without a load of fuss from functions and other junk remember im kinda noobish.
View 1 Replies
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
Jul 26, 2009
I'm having a little trouble with the 3. I'm trying to use a URLRequest to get login information from the mySql server. It works great when I try to log in, but if anyone else from outside my network tries to log in, it just hangs. I'm on port 8080 using localhost. I've even tried changing everything to my IP address instead of localhost and allowing my tester to try, but it still hangs.
View 6 Replies
Jan 3, 2003
I have been trying for a few days to obtain information about the users of sites. No success so far.In flash I am using:
loadVariablesNum("mailPHP.php", "0", "POST");
My php code is:
PHP Code:
<html>
<body>
<?php
$mail_to="northls@nbkayaking.com";[code].....
I know I have made an arseup somewhere.
View 14 Replies
Apr 18, 2010
I have created a script for an Adobe FMS application to broadcast a playlist of video files as a live stream. (internet tv)
I am now working on a custom Flash-based video player to play my stream.
How do I send information from my server-side FMS application (main.asc) to the client-side video player? (e.g: title, duration of current video player)
View 2 Replies
Sep 24, 2011
I only started coding Actionscript about two weeks ago and I really need help on this, I am seriously considering just coding an if statement for each value if I can't figure this out. Sorry if my code is terrible formatted, I am self taught using Adobe Help.This is what I need help on.I have a program installed on a game server (CoD4) that outputs the server information including player(s) info and would like to be able to make it so that there is a flash document on the website displaying the information for each player. I wanted the program to build the information automatically and so far I have been able to make it work but the formatting of the output is terrible.To make things simple, the only real information I need from each player is their name and guid. Hopefully each player's info is on a new line.This is the xml document the server is outputting:HTML Code:[URL]
Code:
import flash.net.URLRequest;
import flash.net.URLLoader;
import flash.events.*;
[code]....
View 4 Replies
Feb 11, 2011
I want to build a program built around my pc specs. Is there a way to access such information as how much ram I have or how much cpu usage is being consumed, etc.?
View 2 Replies
Jan 3, 2011
How can we get the browser name and version through which the current streaming is takes place?
View 4 Replies
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
Oct 2, 2010
I want to get information about: How many FMS connections are there in total?How many connections to a specific stream are there in total?How many online FMS user are there?
View 1 Replies
Mar 30, 2011
I have Flex front end talking with ColdFusion as the back end. I have to debug my application and need to: Add log support to ColdFusion where I can add my custom messages to log list.Access this log at Flex end.Is it possible? Has anyone tried it before?
View 1 Replies
Dec 20, 2006
I am in the process of creating a flash site for friend of mine. He wants to be able to have a guest list for his events in DC. I have created form boxes and have given them all "instance names". But I have absoultely NO clue how to have the text entered by people trying to get on the guest list sent to my server so we can all read it.
I have a book on Flash but it really doest explain how to do it at all. I'm guessing I need to do some actionscript?
[Code]....
View 8 Replies
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
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
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
Oct 9, 2009
is it possible to extend the access.log file? I want to pass user information via the connect method to the application and want to include this data in the access.log file.
View 5 Replies
Jul 27, 2010
I want to add some custom string into the FMS log file. If I am playing a video and I want to append some string every time when that video is played, which is in some way useful to me in analyzing FMS log, then is there anything provided or some function in which we can just pass the string as an input argument that appends it at appropriate place in the log file.
View 3 Replies
Aug 26, 2011
I am working on a flex project using sharedobjects to store information on my server. I am not 100% sure how to do this, so I was looking up tutorials and came across this bit of code:
[Code]...
But when it gets to the 3rd line, it crashes. I don't know how to use the debugger for flex sadly enough
View 1 Replies
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
Jan 26, 2007
I've made a flash page with user input for email and comments. The thing is I am working with a aspx.net server. The programmer has written out a aspx coding for the server side. Now all i have to do is write a script in the input fields in flash to connect to the aspx server. The progammer said that I would have to create variables inside the flash program to call to the aspx page he created. I am faily new to aspx and have no clue to writing a script with variables.
View 2 Replies
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
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
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
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
Jun 28, 2009
Is there any way to encrypt my swf file against hiker?
View 2 Replies
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
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
Dec 11, 2011
How do you encrypt the password and username for a login form in as3?
View 5 Replies
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