Functiondojox._sql._crypto.encrypt

dojo.require("dojox._sql._crypto");
defined in dojox/_sql/_crypto.js

Use Corrected Block TEA to encrypt plaintext using password (note plaintext & password must be strings not string objects). Results will be returned to the 'callback' asychronously.

Usage

function (plaintext, password, callback) (view source)
parametertypedescription
plaintext  
password  
callback