PHP 8.5.0 Alpha 4 available for testing

Voting

: three minus one?
(Example: nine)

The Note You're Voting On

jedisct1 at php dot net
7 years ago
With sensitive data, use `sodium_bin2base64()` and `sodium_base642bin()` than `base64_encode()` and `base64_decode()`.

The sodium functions provide better protection against side channels, are more flexible, and perform stricter validation.

<< Back to user notes page

To Top