30dadc0dd5
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
6 lines
238 B
Plaintext
6 lines
238 B
Plaintext
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
|