Functiondojox.encoding.crypto.Blowfish.decrypt

dojo.require("dojox.encoding.crypto.Blowfish");
defined in dojox/encoding/crypto/Blowfish.js

decrypts ciphertext using key; allows specification of how ciphertext is encoded via ao.

Usage

function (/*String*/ ciphertext, /*String*/ key, /*Object?*/ ao) (view source)
parametertypedescription
ciphertextString 
keyString 
aoObjectOptional.