$instance
$instance : mixed
Private static variable to hold the single instance of the class.
Class MainWP_Keys_Manager
get_decrypt_values(mixed $encodedValue, mixed $key_file, mixed $default_value = '') : string
Method get_decrypt_values()
Get decrypt value.
mixed | $encodedValue | Encoded The value to decrypt. |
mixed | $key_file | The value key. |
mixed | $default_value | The default value. |
Decrypt value.
encrypt_value(mixed $keypass, string $name, string $prefix) : string
Method encrypt_value()
Handle encrypt value.
mixed | $keypass | The value to encrypt. |
string | $name | Option name of encrypted data. |
string | $prefix | using for prefix key file name. |
Encrypted value.