Crypto
class Crypto
Constants
CIPHER |
|
KEY_BYTE_SIZE |
|
CIPHER_MODE |
|
HASH_FUNCTION |
|
MAC_BYTE_SIZE |
|
ENCRYPTION_INFO |
|
AUTHENTICATION_INFO |
|
Methods
static
CreateNewRandomKey()
No description
static
Encrypt($plaintext, $key)
No description
static
Decrypt($ciphertext, $key)
No description
static
RuntimeTest()
No description