From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- .../js/dojox/_sql/demos/customers/customers.html | 292 --------------------- 1 file changed, 292 deletions(-) delete mode 100644 includes/js/dojox/_sql/demos/customers/customers.html (limited to 'includes/js/dojox/_sql/demos/customers') diff --git a/includes/js/dojox/_sql/demos/customers/customers.html b/includes/js/dojox/_sql/demos/customers/customers.html deleted file mode 100644 index a4c0c03..0000000 --- a/includes/js/dojox/_sql/demos/customers/customers.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - - - - - - - - -

Dojo SQL Cryptography

- -

Instructions

- -

This demo shows Dojo Offline's SQL encryption technologies. In the table below, we have a - sample SQL table that has three columns of data: a last name, a first name, and - a social security number. We don't want to store the social security numbers - in the clear, just in case they are downloaded for offline use to a laptop and the - laptop is stolen.

- -

To use this demo, enter a password and press the ENCRYPT button to see the Social Security column encrypt. Enter - the same password and press DECRYPT to see it decrypt. If you enter an incorrect password and - press DECRYPT, the Social Security column will remain encrypted and only show gibberish.

- -

Under the covers we use 256-bit AES encryption and your password to derive the crypto key; we use - a facility in Google Gears to do the cryptography in such a way that the browser does not lock up - during processing. Dojo Offline ties this cryptography into Dojo SQL, providing convenient ENCRYPT() - and DECRYPT() SQL keywords you can use to easily have this functionality in your - own offline applications. To learn how you can use this feature - see here.

- -
- - - - - - - -
- -
- - - - - -
- - \ No newline at end of file -- cgit v1.2.3