Tagged Questions

3
votes
4answers
628 views

encrypting assets (video files) in Adobe AIR

I am trying to create a video player in Adobe AIR. I want to encrypt the video files so that they are not sharable outside the player. I don't want to jump through hoops to create a rock-solid system ...
2
votes
1answer
557 views

Flex 4 How to create an Encrypted SQLite Database

How can I create and use an encrypted SQLite database for an AIR application, please? Thank you.
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 ...
1
vote
1answer
461 views

Adobe Air encryption of mp3 file with as3crypto only encrypts the first few bytes

I am using the as3crypto library to encrypt mp3 files in an Adobe Air application. The code below runs without error but I realized that only the first few bytes of the mp3 file are getting encrypted ...
1
vote
1answer
714 views

Flex/AIR Encryption/Decryption library (alternative to as3crypto)

Hey stackoverflow community, I was wondering if anyone knew of any built-in Flex libraries that support encryption/decryption. I see that most people recommend AS3Crypto, are there other ...
0
votes
1answer
82 views

Flex SQLite Local database encryption - SimpleEncryptionKeyGenerator.as

I'm trying to use the Simple Encryption Key Generator Class found here - http://www.dehats.com/drupal/?q=node/62 Everything seems to working properly except the hash encryption key that is returned ...
0
votes
1answer
472 views

Encrypt in VB.NET With AES-256 and Decrypt in Air

I am trying to encrypt a zip in VB.NET to send to an android device using Air. Then once its on the device, decrypt it using the key and IV. Here is part of my VB.NET Code: Private Sub ...
0
votes
1answer
83 views

Using Flexbuilder to create an AIR app connected to Saleforce.com, how can I encrypt the local datastore?

I have created an Adobe AIR application that interfaces with Salesforce.com. The only drawback I have is that the data that is synced to the desktop is not encrypted. I can encrypt a database that I ...
0
votes
1answer
87 views

How to encrypted a File in adobe air

How to encrypt a file using adobe air... and if i have encrypted it, how to decrypt it again .. thanks