Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
This is the complete list of members for core\encryption, including all inherited members.
create_key(?string $method=null, bool $chmod=true) | core\encryption | static |
decrypt(string $data) | core\encryption | static |
encrypt(string $data, ?string $method=null) | core\encryption | static |
get_encryption_method() | core\encryption | protectedstatic |
get_iv_length(string $method) | core\encryption | protectedstatic |
get_key(?string $method=null) | core\encryption | protectedstatic |
get_key_file(?string $method=null) | core\encryption | static |
get_key_folder() | core\encryption | protectedstatic |
is_sodium_installed() | core\encryption | static |
key_exists(?string $method=null) | core\encryption | static |
METHOD_SODIUM | core\encryption |