IDE :: FLASH Secure Score Submit?

Feb 8, 2009

I'm building a flash-game-site for a while. The big trouble is Secure Score Submitting System .I search on the net and find some ineffective techniques:

-Secret word method: there is an secret word (crypto pass) on the server and flash gets it from server and uses for crypting score data then sends it to server. But the algoritm that does the crypto job, can be accesible with a swf decompiler. Also getting the secret word from server outside of flash is simple. Not safe!

-HTTP_REFERER method: php (or what else) check HTTP_REFERER data to determine where the post coming from. But with a simply firefox extensions, the referer header can be changed. Not safe!

That is my own idea but can only make cracking harder, not more:

-We can get flash vars with js (:swliveconnect) and send to server. Flash just make a fake submit that makes no effect. Just a trick. But not safe

View 2 Replies


Similar Posts:


ActionScript 2.0 :: GAME - Submit Score Via Email?

Apr 5, 2009

I have a question which I think should be fairly simple but my AS knowledge is rather poor so i'm wondering if someone could help me out or point me in a direction to find out how to do this...

I'm playing around with a game, (skinned it and slightly modded it) and at the end I want the player to be able to enter his email and hit a "submit" button and have his score emailed to me? Is this simple?

View 1 Replies

ActionScript 2.0 :: Submit User Score And Name To Database Table

Apr 22, 2008

I am basically having a problem in submiting the users score and name to the database table. When the user reaches the final score screen they are shown two dynamic text boxes that display there total result and a input text box where the user can enter their name. I have done everything and it still don't work. I know I can receive the data but I don't get why it doesn't submit it to my table.
The input text box has a instance name of "playername"
Score total dynamic text box 1 "correct_total"
Score total dynamic text box 2 "wrong_total"
I have also attached an image of my database table [URL].

PHP files. insertValues.php
<?php
$host = "localhost";
$user = "root";
$pass = "";
$database = "activitysystem";
[Code] .....

View 3 Replies

Database :: Flex - AIR's Encryption And Secure Local Store Secure Enough?

Apr 7, 2012

We are planning a desktop client application with Adobe AIR. The client app will be delivered to our customers with a database, which contains monthly updated marketing data provided by our company. As different customers will buy different sets of data from us, for example, a customer is only interested in marketing data in a specific product category, while another customer need all data in a certain region. After a customer installs this client app, new data will be emailed to the customer every month.

So, the requirement is to keep the data accessible only by the customer who bought it. After reading through AIR's secure local store and database encryption feature, I came up with the following design: each customer will have his own secret key (stored in AIR's secure local store), the secret key is used to encrypt the data that the customer has purchased. Of course, the monthly data that we sent to the customer will be encrypted using the same secret key. So my questions are: is AIR's database encryption and secure local store secure enough for this use case? If someone gets the encrypted database file, can he decrypt the DB?

View 1 Replies

ActionScript 2.0 :: Flash - Form That Submit To A PHP File That Contains A Form That Submit To A Database?

Jan 13, 2012

I have a flash form that need to submit values to a PHP file.I am using in flash: varsToSend.send("subsrcibe.php","process","POST"); The "subsrcibe.php" contains a form that is connected directly to a database.What i want to do is, to load the variables from Flash to this PHP file, and then submit them automatically to the database (The PHP page should not open to the users).

View 2 Replies

ActionScript 2.0 :: Get Score Text Box To Gotoandplay Another Frame - Scene When It Hits A Certain Score?

Aug 10, 2004

Im designing my own game in flash, iv set up a score text box and it works fine. Except i just cant seem to get it to gotoandplay another frame,scene, when it hits a certain score??

View 4 Replies

Php ::HTML Form -> Flash Submit Button -> Set A PHP Variable In Flash Button -> Submit Form?

May 8, 2010

I have an HTML form that I want to upload to MySQL with PHP. That part's easy, but the thing is I want the submit button to be a Flash object. Somehow I need the Flash button to submit the form, but I think I can figure that out. The tricky part is that I need it to set another PHP variable before submitting the form. The variable will be determined by a bunch of stuff, but I can code that in actionscript later. I just need to figure out how to pass the variable back to the webpage. A $_POST variable would probably be fine.

edit: What if the flash object returned some javascript and set a variable that way? making it submit the form as well while still catching a variable?

View 3 Replies

ActionScript 2.0 :: Score - Movie Go To Frame 3 If The Score = 500?

Feb 17, 2004

i am building a shooting game and i was wondering if it is possible to have the movie go to frame 3 if the score = 500.I.E Score is displayed in a dynamic text box and everytime the enemy is hit the:

_root.score +=50
=============
on the first frame of the film i have the code

if (_root.score == 500) {
gotoAndPlay(3);
}

View 2 Replies

Actionscript 3 :: Multiple Dynamic Text Score Display - Modifying Each Text One After Another And Incrementing The Score By A Certain Number

Feb 23, 2011

I have a result screen that shows bonus points and such. I want each text field to increment one after another and also have it increment by a certain amount each frame. Result Screen pops up. First is the player score check the player score, is it more than the score we want to display if the player score is greater than the player display score by 100 increase the player display score by 100 if the player score is greater than the player display score by 10 increase the player display score by 10 else increase the player display score by 1 when finished move to the next score...and so on. I have thought of using timers to move from one score to the next, but not being in an Event.ENTER_FRAME it only does one if then moves to the next one.

Also the if statement for incrementing the score looks ridiculous and I'm thinking there has to be a better way to do it. I was thinking of making it a separate function but then I wouldn't know what to return, or how to return it so it looks like its increasing and not just showing the total number instantly. I'll try to expand on it a little more.

View 1 Replies

Flash :: Make Secure SWFs?

May 13, 2010

how to make secure SWF files, so that decompilers like sothink won't be able to decompile these swf files at all. i have been assigned some research work to find out the stuff to make swf files highly secured

View 1 Replies

ActionScript 3.0 :: Flash App Secure Connection

Aug 12, 2009

I have a Flash app that makes periodic calls (using URLRequest and URLLoader) to the same server that hosts it, to check if the current session has expired or not.The problem with this is a man in the middle can spoof a valid response.Is there a generally accepted way to validate a response?Would using 'https' in URLRequest(url) invoke https protocol, would that be sufficient? I'm not a security expert, but would that check if the site is who they say they are, just like the browser?

View 0 Replies

Flash :: IDE - CS4 Project Size & Secure

May 3, 2011

1) I'm trying to create a Flash Login Form but I guess its working with ASP or PHP. Can I make Flash to check usernames from any local mdb? As long as project doesn't require internet connection, excel or sqlite will be enough for me.

2) This question is related to first question. If I cant use a mdb file it seems I'll need to embed all those 5.000 users in flash project, am I correct? Also projects SWF file is 50mb. It will work from CD source, would that cause any problem? I've made it all in one SWF file for security

View 1 Replies

Flash :: Https For Secure Data Transfer Between Php?

Dec 13, 2011

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 is encrypted and sensitive data can't be sniffed, or do I need to do encryption in my flash application itself?

View 1 Replies

ActionScript 2.0 :: Passing A Secure Variable From Flash To PHP?

Jun 11, 2007

Does anyone know a 100% secure way to transfer a variable from Flash to PHP. I have a SSL on my site, but I've been told that using the loadvars cmd is about as unsecure as you can get, even if your page is secure.One of the suggestions was Flash Remoting, can anyone confirm that this is a safe way to send a secure variable?

View 2 Replies

ActionScript 3.0 :: Secure Flash PHP Data Transfer

Dec 8, 2009

I know there are a lot of topics already on this. I have read (hundreds of) them and I'd still like your input.

If I have a flash UI that takes user input and passes it to PHP; is this secure?
I have read that, yes, this is okay. I have also read that no, you need to encrypt the data, by say hashing it before sending to PHP. OK, easy, I do this already but.....

In my case I have the data/password stored (when the user inputs it, not in the swf of course) and sent every time I want to access any PHP (using AMFPHP). The PHP check this password each time and only runs if it gets the correct password. So in this case if I hash the password, it makes no difference, it just changes what the password is rather than providing any actual security (well maybe minimal because it's less recognizable).

So can someone extract a password that is sent from flash to PHP?

View 6 Replies

ActionScript 3.0 :: Secure Checkout Woes In Flash?

Feb 15, 2010

I have been trying to promote a new web site written entirely in full browser flash. Nobody at all was comfortable with the idea of checking out inside of flash (even though its just as secure). So I went to the only method I could think of which is a getUrl into a new window with my https checkout page. Well, I guess with popup blockers and such... this is proving to be a disaster. I am losing most of my customers after two or three attempts to checkout according to my logs. They either cant figure out how to allow the popup or it spits them out and they lose the order.

Okay so im pretty frustrated. Then I start thinking about how I am calling facebooks java api from within flash to popup requests in front of my flash movie. Maybe there is some method like this? Something I can do via external interface? I really have to get this figured out as soon as possible. I am very curious to see what people here have done about this issue.

View 6 Replies

Security :: Keep MP3 Files Secure While Using A Flash Music Player?

May 12, 2011

Alright so I'm making a website for my friends band, and they want to have a music player to play their MP3's. One of the things I'm concerned about though, is the security of the MP3 files. Their albums are on iTunes to buy, so I'm looking for what the best option to have the MP3s be played but not be able to be downloaded and saved.The best thing I can think of is embedding the MP3's inside a Flash music player, but that would be more work than it's worth it seems.

View 2 Replies

Flash :: Secure Swf So It Checks If It Is Running On A Recognized Environment?

Jan 13, 2012

In flash, is it possible to have your application check that the environment it is running on is "recognized". If so, how do you go about doing it? I want to put my swf on my website and prevent people using it on their site.

View 1 Replies

ActionScript 3.0 :: Secure Flash Videos From Real Player Download

Jan 3, 2009

I have some videos that I don't want to let the realplayer be able to have downloaded with their program. Is there any actionscript or technique to block the download process, and just keep streaming the videos in the application?

View 2 Replies

ActionScript 3.0 :: Build A Secure Login Area On A Flash Website?

Feb 28, 2012

I'm trying to build a secure login area on a Flash-AS3 website. I've managed to create the login form and pass data to a PHP script which checks them.

1) I know that in PHP I can echo some infos that can be get from AS3. In this case I suppose to echo something like "success" or "failed" to give an answer to the login attempt. Is this way of communication secure? Can anybody sniff this content and force AS3 to behave like if login was successful?

2) Suppose that PHP-AS3 communication has been secured. What should I do now? May I simply show admin pages hidden before? Is it the correct way? Is it secure?

View 5 Replies

Html :: Embedding Insecure Flash Objects On A Secure Page?

Dec 14, 2009

I am wondering if it is possible to embed a YouTube video on a https website. As far as I can tell YouTube videos can only be embedded with the http:// protocol. Is there a way to embed them on a page without Firefox throwing an error?

View 4 Replies

Valid Strategy For Secure Image Upload From Flash Client?

Apr 27, 2010

I'm creating a flash application that will post images to a url for saving to disk/display later. I was wondering what are some suggested strategies for making this secure enough so that the upload is verified as coming from the application and not just some random form post. Is it reliable enough to check referring location realizing that I don't need bulletproof security, or perhaps setting authentication headers is a better strategy even though it seems unreliable from what I have read. The application and the server script will reside on the same domain and is in java - is there a way to check for a 'session' or something like that?

Another thought I had was some sort of simple hashed key type system, I could hard-code a key into the flash application and pass something to the server based on that - the server would also know this key and be able to verify if the value passed was based on that? The app is a public app, so authenticating users is not an option. After more research I am thinking about using a hard coded salt key on both ends, then sending an MD5 hash of the base64 encoded image bytearray+salt to be matched on the server side.

View 1 Replies

Security :: Secure And Cheap Method For Streaming Flash Video?

Sep 8, 2010

I'm working on a site which allows people to pay to stream videos online. I'm currently using JW Player to stream FLV/F4V files from Amazon S3, using a signature.This method is extremely unstable, and needless to say, useless. I've heard I can use Amazon CloudFront as a CDN for my videos. But that it won't make the files any more secure, if I've understood it correctly.Price is an important thing. I know hosting/streaming video is expensive, but what are my best options, for a cheap, reliable, and as-safe-you-can solution for me? I have very little hosting experience,

View 2 Replies

ActionScript 3.0 :: Build A Secure Login Area On A Flash Website

Jan 21, 2012

I'm trying to build a secure login area on a Flash-AS3 website. I've managed to create the login form and pass data to a PHP script which checks them. Now I've got some questions.

1) I know that in PHP I can echo some infos that can be get from AS3. In this case I suppose to echo something like "success" or "failed" to give an answer to the login attempt. Is this way of communication secure? Can anybody sniff this content and force AS3 to behave like if login was successful?

2) Suppose that PHP-AS3 communication has been secured. What should I do now? May I simply show admin pages hidden before? Is it the correct way? Is it secure?

View 5 Replies

Flash :: Can't Submit Bug Reports For Pro?

Jun 29, 2011

I've been looking to submit some bug reports regarding CS5.5 Pro and there just isn't an option in the "Report a Bug/Feature Request" form. WHY not?? I paid for CS5.5 and autoformat breaks my code, but there's no way to report it.

View 2 Replies

ActionScript 2.0 :: Security - Secure Information Transferred Between The Flash Player And The Website?

Jun 5, 2008

How would one secure information transfered between the flash player and the website?

View 1 Replies

ActionScript 3.0 :: Flash HTTPS - Creating Secure Login Section For Website

Mar 26, 2012

I would like to create a secure login section for a website. I have managed to build up an AS3-PHP communication where PHP checks user credentials. I am already providing data enchryption between AS3 and PHP but I would like to add some further security. Is it possible to implement a HTTPS login section?

View 5 Replies

Flash :: Game Development - Comet / JS / PHP / HTML5 Versus In Secure Multiplayer Gamedevelopment

Sep 1, 2011

I would like to create a multiplayer online game (tic-tac-toe/chess) and i am not sure which language to use. I am familiar with JS/PHP and heard about comet Does comet stand a chance against Flash, if yes whats the limitations except the lack of smooth animations like flash allows? What are the differences regarding resources and memory needed? SECURITY: Is it possible to create Flash-games without any chance to modify (flash-)cookies etc... for cheating? i know lot of questions, i do hope for your recommendations into the reight direction.

View 1 Replies

ActionScript 3.0 :: Flash Form Submit Button?

Apr 17, 2009

I might as well put it out while I'm writing. I'm having problems linking my Submit button on my form. Here is my code:
 
stop();var getPHP:URLRequest = new URLRequest("http://www.dggrafix.com/glutenfree2/contactformprocess.php");
submit_btn.addEventListener(MouseEvent.CLICK, formClick);
function formClick(event:MouseEvent):void{    navigateToURL(getPHP);}
 
 I put this code on the timeline of the form. Correct me if I'm wrong the submit button just needs to link to your PHP file on your server. I'm getting back a #1009 error Cannot access a property or method of a null object reference.I tried referencing the movie file that the button is in ie: form.submit_btn, still get and error.

View 30 Replies

ActionScript 2.0 :: Flash Submit Writing To Txt File?

Apr 24, 2005

how to make it so you can write a message and then hit submit with the componates and have it write to a text file?

View 3 Replies







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