aboutsummaryrefslogtreecommitdiff
path: root/converters/rubygem-base64/pkg-descr
blob: 98f8b5f9c6860ef8eda47c3b35b49af531c7f0b2 (plain) (blame)
1
2
3
4
5
The Base64 module provides for the encoding (#encode64, #strict_encode64,
#urlsafe_encode64) and decoding (#decode64, #strict_decode64, #urlsafe_decode64)
of binary data using a Base64 representation.

WWW: https://github.com/ruby/base64