Smart.Framework Logo

static class smartJ$CryptoBlowfish
{ } .

CLASS :: Smart CryptoBlowfish (ES6, Strict Mode)
Blowfish (CBC) for JavaScript: Encrypt / Decrypt


class Methods

public static function encrypt ( {String} plaintext, {String} key ) {} . {String}
@return: {String} The Blowfish encrypted string
@param: {String} plaintext The plain string
@param: {String} key The encryption key
Blowfish encrypts (CBC) plaintext using an encryption key
public static function decrypt ( {String} ciphertext, {String} key ) {} . {String}
@return: {String} The decrypted string
@param: {String} ciphertext The Blowfish encrypted string
@param: {String} key The encryption key
Blowfish decrypts (CBC) ciphertext using the encryption key

class Properties


class Constants



documentation generated on: 2023-10-19 23:19:05 +0000


Smart.Framework © 2009-2023 unix-world.org