Table of Contents
Properties
-
$barrett
: mixed
-
$chunkSize
: mixed
-
$decryptionExponent
: mixed
-
$digitSize
: mixed
-
$encryptionExponent
: mixed
-
$modulus
: mixed
-
$radix
: mixed
Methods
-
__construct()
: mixed
-
encryptString()
: mixed
-
encryptUser()
: mixed
$barrett
public
mixed
$barrett
$chunkSize
public
mixed
$chunkSize
$decryptionExponent
public
mixed
$decryptionExponent
$digitSize
public
mixed
$digitSize
$encryptionExponent
public
mixed
$encryptionExponent
$modulus
public
mixed
$modulus
$radix
public
mixed
$radix
__construct()
public
__construct(mixed $encryptionExponent, mixed $decryptionExponent, mixed $modulus) : mixed
Parameters
-
$encryptionExponent
: mixed
-
-
$decryptionExponent
: mixed
-
-
$modulus
: mixed
-
encryptString()
public
encryptString(mixed $input) : mixed
Parameters
-
$input
: mixed
-
encryptUser()
public
encryptUser(mixed $user, mixed $password, mixed $hash) : mixed
Parameters
-
$user
: mixed
-
-
$password
: mixed
-
-
$hash
: mixed
-