pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | getAlgorithm () |
static | getMode () |
Base interface for encryption/decryption ciphers.
Definition at line 17 of file BaseInterface.php.
|
static |
Get the name of the algorithm to use.
string | Name of the mcrypt constant representing the algorithm to use for encryption/decryption. |
Implemented in fpoirotte\Pssht\Encryption\Base, fpoirotte\Pssht\Encryption\Stream\Arcfour256, fpoirotte\Pssht\Encryption\CBC\AES256, fpoirotte\Pssht\Encryption\CBC\CAST128, fpoirotte\Pssht\Encryption\CBC\Serpent256, and fpoirotte\Pssht\Encryption\CBC\Twofish256.
|
static |
Get the encryption/decryption mode.
string | Name of the cipher encryption/decryption mode to use. |
Implemented in fpoirotte\Pssht\Encryption\Base, and fpoirotte\Pssht\Encryption\OpensshCom\Rijndael.