The #urlsafe_encode64 method complies with RFC 4648 but as the documentation points out it uses the "URL and Filename Safe Alphabet". The #strict_encode64 method does not, and does not include linefeeds. Fixes #10438
The #urlsafe_encode64 method complies with RFC 4648 but as the documentation points out it uses the "URL and Filename Safe Alphabet". The #strict_encode64 method does not, and does not include linefeeds. Fixes #10438