dojox.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.
parameter | type | description |
---|---|---|
ciphertext | String | |
key | String | |
ao | Object | Optional. |