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
String
The data to encrypt.
String
The data to encrypt.
String
The encrypted output._formatKey($key) : array
array
The key.decryptBlock(String $block, \optional $key) : String
String
The data to decrypt
\optional
String $key The key to use
String
the decrypted outputencryptBlock(String $block, \optional $key) : String
String
The data to encrypt
\optional
String $key The key to use
String
the encrypted outputgetBlockSize() : Integer
Integer
The number of characters per blocksetKey(String $key)
String
The key to use
$_rounds
$p
$s1
$s2
$s3
$s4