Namespace Core\String
Classes summary
Encrypted | An encrypted string stores binary string data encrypted in-memory. It is primarily used internally for strings that store passwords that should not appear readable in debug output. |
Constants summary
EncryptionKey | 3DES (24 bytes) or DES (8 bytes) encryption key used for in-memory protection of password data fields. If not defined, a random key is generated on each application run. To allow value debugging of encrypted data sets, a fixed key should be defined here in the application configuration. |