pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | getMode () |
static | getName () |
Return the name of the algorithm. | |
![]() | |
static | getAlgorithm () |
static | getKeySize () |
![]() | |
static | getAlgorithm () |
static | getBlockSize () |
static | getIVSize () |
static | getMode () |
static | getName () |
Return the name of the algorithm. | |
static | isAvailable () |
Additional Inherited Members | |
![]() | |
__construct ($iv, $key) | |
decrypt ($seqno, $data) | |
encrypt ($seqno, $data) | |
![]() | |
$mcrypt | |
mcrypt handle for the cipher. | |
AES cipher in CBC mode with a 256-bit key (alias for "aes256-cbc").
Definition at line 18 of file Rijndael.php.
|
static |
Get the encryption/decryption mode.
string | Name of the cipher encryption/decryption mode to use. |
Implements fpoirotte\Pssht\Encryption\BaseInterface.
Definition at line 20 of file Rijndael.php.