Note: You are currently viewing documentation for Moodle 4.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Environment - PHP extension sodium.

Environment - PHP extension sodium: Difference between revisions

From MoodleDocs
(add new page)
 
m (French link)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Environment}}
{{Environment}}


Please see [https://www.php.net/manual/es/book.sodium.php https://www.php.net/manual/es/book.sodium.php]
The php-sodium extension provides strong encryption capabilities in an easy and consistent way.
 
Note that, for sites not having the extension installed, a php-openssl based solution, considered suboptimal, is used, and this fallback will stop working in a few versions (Moodle 4.2). See MDL-71421 for more details.
 
Hence, it's highly recommended to start using php-sodium.
 
See also [https://www.php.net/manual/book.sodium.php https://www.php.net/manual/book.sodium.php] and https://py-ipv8.readthedocs.io/en/latest/preliminaries/install_libsodium/


[[Category:Environment|PHP]]
[[Category:Environment|PHP]]


[[es:admin/environment/php extension/sodium]]
[[es:admin/environment/php extension/sodium]]
[[fr:admin/environment/php extension/sodium]]

Latest revision as of 11:17, 20 May 2021


The php-sodium extension provides strong encryption capabilities in an easy and consistent way.

Note that, for sites not having the extension installed, a php-openssl based solution, considered suboptimal, is used, and this fallback will stop working in a few versions (Moodle 4.2). See MDL-71421 for more details.

Hence, it's highly recommended to start using php-sodium.

See also https://www.php.net/manual/book.sodium.php and https://py-ipv8.readthedocs.io/en/latest/preliminaries/install_libsodium/