kahntang / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

Error while trying to create a password protected db in Adobe 1.5 #107

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Instantiating the EncryptionKeyGenerator class

What is the expected output? What do you see instead?

Generating an encryption key for the specified password if validated as strong.

TypeError: Value  is not a constructor. Cannot be used with new.
line : var keyGenerator = new ekg.EncryptionKeyGenerator();

What version of the product are you using? On what operating system?

as3corelib-.92.1, Windows XP

Please provide any additional information below.

I want to create a password protected db for my adobe-air
project(HTML/JavaScript) in Aptana studio.

I am accessing the class as
window.runtime.com.adobe.air.crypto.EncryptionKeyGenerator as available
over net. I have also tried
runtime.com.adobe.air.crypto.EncryptionKeyGenerator, however i end up with
the same error.

Original issue reported on code.google.com by shineje...@gmail.com on 11 Jun 2009 at 6:10