Namespacedojox.encoding.crypto.Blowfish

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

Object for doing Blowfish encryption/decryption.

Usage

function () (view source)

FunctionsBack to top

decrypts ciphertext using key; allows specification of how ciphertext is encoded via ao.
encrypts plaintext using key; allows user to specify output type and cipher mode via keyword object "ao"
sets the initialization vector to data (as interpreted as inputType)