Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > AIR (Apollo)

Reply
 
Thread Tools Rate Thread Display Modes
Old 05-15-2008, 01:44 PM   #1
ljonny18
Registered User
 
Join Date: Oct 2006
Posts: 112
Default secure storage

hi,

is there some sort of Secure Storage built into AIR to for example, when an application is installed for the first time store some sort of marker that can be checked against to see if it has been installed, even if the application is uninstalled and reinstalled again etc.

for example to use for an activation / licensing system.

if not, does anyone have any ideas of a method to do this sort of check???

any help greatly appreciated.

Thanks,
Jon.
ljonny18 is offline   Reply With Quote
Old 05-15-2008, 01:44 PM   #2
ljonny18
Registered User
 
Join Date: Oct 2006
Posts: 112
Default secure storage

hi,

is there some sort of Secure Storage built into AIR to for example, when an application is installed for the first time store some sort of marker that can be checked against to see if it has been installed, even if the application is uninstalled and reinstalled again etc.

for example to use for an activation / licensing system.

if not, does anyone have any ideas of a method to do this sort of check???

any help greatly appreciated.

Thanks,
Jon.
ljonny18 is offline   Reply With Quote
Old 05-18-2008, 04:56 AM   #3
evride
2006 Man Of The Year
 
evride's Avatar
 
Join Date: Mar 2007
Posts: 880
Default

well theres the EncryptedLocalStore but im not sure if data is retained in that after uninstall. you would just save a var in the ELS on first program run. you could also create a file and keep it in the applicationStorageDirectory but then people would be able to delete it. i would use one of those things and combine it with online registering.

update:yes data does seem to be retained in the EncryptedLocalStore after uninstall/reinstall.
__________________
I've curiosity on my side.

Last edited by evride; 05-20-2008 at 06:38 AM..
evride is offline   Reply With Quote
Old 05-20-2008, 10:48 PM   #4
malczak
Registered User
 
Join Date: Feb 2008
Posts: 3
Default

hi, i took this from air langref
Quote:
When you uninstall an AIR application, the uninstaller does not delete data stored in the encrypted local store.
but user cam still remove ELS data, because its stored in users application local dictionary (windows)
malczak is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
secure way of passing variable from php sashka_nem ActionScript 2.0 4 04-12-2007 10:19 AM
super secure flash container! secure u'r artwork! devil ActionScript 1.0 (and below) 37 03-09-2007 10:35 PM
Passing secure variables to getURL HTML page via Flash hobbis ActionScript 2.0 0 08-16-2005 05:38 PM
Is this Secure? theitalianone ActionScript 2.0 31 08-12-2005 12:11 AM
Secure socket workaround? blocky_wocky ActionScript 2.0 0 06-27-2005 04:28 PM


All times are GMT. The time now is 04:11 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.