Namespacedojox._sql._crypto

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

Jump to PropertiesJump to FunctionsConstructorsBack to top

Jump to PropertiesJump to ConstructorsFunctionsBack to top

Functiondojox._sql._crypto.decrypt(ciphertext, password, callback)
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.
Functiondojox._sql._crypto.encrypt(plaintext, password, callback)
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.

Jump to FunctionsJump to ConstructorsPropertiesBack to top