Adobe Flash Builder - using EncryptionKeyGenerator
Hi there!
I'm desperately trying to create a simple app that would generate Encryption key using standard adobe.air.crypto package for my SQLite database file.
Purpose is to enter text password and as a result - get encryption key.
Here I found complete guide for it:
http://help.adobe.com/en_US/AIR/1.5/devappsflex/WSAD329515-CBF1-4658-8DD7-CAC9C354CE94.html
I created New Flex project in Flex Builder and posted in new MXML application the code from link above.
However while building app I experience difficulties:
| Description | Resource | Path | Location | Type |
| 1046: Type was not found or was not a compile-time constant: EncryptionKeyGenerator. | Main.mxml | /B2B test/src | line 31 | Flex Problem |
| 1120: Access of undefined property EncryptionKeyGenerator. | Main.mxml | /B2B test/src | line 78 | Flex Problem |
| 1180: Call to a possibly undefined method EncryptionKeyGenerator. | Main.mxml | /B2B test/src | line 31 | Flex Problem |
Can somebody help me?
Should I manually connect as3lib to my app? How?
I am a newbie to Flash Builder.
Maybe someone could compile this example app so that I could use the result?
Thank you in advance!
