Salesbuilder 1.5 with new AIR 1.5 Database Encryption

As you probably already know, AIR 1.5 is now available. New features include database encryption, Flash Player 10 support, and an updated version of WebKit.

I updated my Salesbuilder sample application to leverage the AIR 1.5 capabilities. Salesbuilder 1.5 leverages the new database encryption feature to allow you to secure your local database.

The first time you start Salesbuilder, the application will generate the encrypted database on your local file system. Salesbuilder implements the key generation approach described in the section Using encryption with SQL databases in the manual Developing Adobe AIR Applications. The encryption key is based on a password provided by you and a SALT generated by the system.

You can install the new version and download the source code here.

A basic script explaining how to use the application is available here.

Comments

8 Responses to “Salesbuilder 1.5 with new AIR 1.5 Database Encryption”

  1. Rom on November 18th, 2008 12:28 pm

    Christophe!!!!!!

    Really nice to hear from you again!!! It was your
    examples that convinced me that I needed to know Flex. But did not hear from you for so long that I
    thought you left Adobe!!!! That would be a big blow
    for the Flex community. I know you are very busy but
    please once a while write few lines for the devs like me who enjoy your examples and posts!!! Best regards….

  2. businessinria blog » Blog Archive » Opiniones MAX 2008 EEUU on November 19th, 2008 7:41 am

    [...] AIR 1.5 - Para los que no han descargado aún la última versión de este potente runtime, os invito a hacerlo desde acá, ahora AIR 1.5 soporta FP10, importantes mejoras en el WebKit y la opción de encriptar bases de datos (ver el ejemplo de Coenraets). [...]

  3. Rick on November 21st, 2008 12:24 pm

    Sources???

  4. christophe on November 21st, 2008 3:35 pm

    You can install the new version and download the source code here.

  5. Salesbuilder 1.5 with new AIR 1.5 Database Encryption | Adobe AIR Tutorials on November 26th, 2008 3:30 am

    [...] Learn more and download Salesbuilder 1.5 with new AIR 1.5 Database Encryption [...]

  6. jadd on December 13th, 2008 4:02 am

    Hi,
    I can’t compile the source code there is an error in line-1: “unable to load SWC libs”. Thanks.

  7. jadd on December 13th, 2008 7:46 am

    Hello again,
    after a long search and try I’ve found the issue. The “libs” is treated like a file not like a folder.
    Delete the ‘libs’ file and create a ‘libs’ folder. What kind of issue is?.. I’m on Vista and Flex 3.
    Thanks.

  8. jurgen on December 15th, 2008 2:13 pm

    Hi all

    Concerning this great app, I tyring to figure out how to make the viewStack go to the next container when adding a new account and clicking the save button. Any thoughts, suggestions?

    Thanks.

Leave a Reply