Traits
Interfaces, Classes, Traits and Enums
- KICKASS_CRYPTO_AT_REST
- 2023-04-07 jj5 - defines how the passphrase list is generated for at-rest use cases.
- KICKASS_CRYPTO_ROUND_TRIP
- 2023-04-07 jj5 - defines how the passphrase list is generated for round-tripo use cases.
- KICKASS_DEBUG
- 2023-04-07 jj5 - these traits are defined for debugging purposes; they redefine the logging function so that a log is not actually written unless the DEBUG constant is defined as true; they generate single use secret keys and declare a valid environment so you don't have to worry about providing a valid config file; and the delay for the minimum amount of time when delay is invoked due to error.
- KICKASS_DEBUG_KEYS
- 2023-04-07 jj5 - these traits are defined for debugging purposes; they generate single use secret keys and declare a valid environment so you don't have to worry about providing a valid config file; and the delay for the minimum amount of time when delay is invoked due to error.
- KICKASS_DEBUG_LOG
- 2023-04-07 jj5 - these traits are defined for debugging purposes; they redefine the logging function so that a log is not actually written unless the DEBUG constant is defined as true.
- KICKASS_DEBUG_WITHOUT_DELAY
- 2023-04-07 jj5 - these traits are defined for debugging purposes; will delay for the minimum amount of time when delay is invoked due to error.
- KICKASS_WRAPPER_PHP
- 2023-04-07 jj5 - thin wrappers around PHP functions.
- KICKASS_WRAPPER_PHP_OPENSSL
- 2023-04-07 jj5 - thin wrappers around PHP functions for the OpenSSL library.
- KICKASS_WRAPPER_PHP_SODIUM
- 2023-04-07 jj5 - thin wrappers around PHP functions for the Sodium library.