Functiondojox._sql._crypto.decrypt

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

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

Usage

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