Cipher_blowfish()
_encryptBlock()
_formatKey()
decryptBlock()
encryptBlock()
getBlockSize()
setKey()
$_rounds
$p
$s1
$s2
$s3
$s4
| package | horde.cipher |
|---|
Cipher_blowfish($params)
_encryptBlock(String $L, String $R) : String
StringThe data to encrypt.
StringThe data to encrypt.
StringThe encrypted output._formatKey($key) : array
arrayThe key.decryptBlock(String $block, \optional $key) : String
StringThe data to decrypt
\optionalString $key The key to use
Stringthe decrypted outputencryptBlock(String $block, \optional $key) : String
StringThe data to encrypt
\optionalString $key The key to use
Stringthe encrypted outputgetBlockSize() : Integer
IntegerThe number of characters per blocksetKey(String $key)
StringThe key to use
$_rounds
$p
$s1
$s2
$s3
$s4