mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
15 lines
347 B
YAML
15 lines
347 B
YAML
issueNumber: MDL-81940
|
|
notes:
|
|
core:
|
|
- message: >-
|
|
The following methods have been deprecated, existing usage should switch
|
|
to use the secure `\core\encryption::encrypt()` and `\core\encryption::decrypt()` static methods:
|
|
|
|
|
|
- `\rc4encrypt()`
|
|
|
|
- `\rc4decrypt()`
|
|
|
|
- `\endecrypt()`
|
|
type: deprecated
|