base64(n) redhat man page | unix.com

Man Page: base64

Operating Environment: redhat

Section: n

base64(n)						       base64 en- & decoding							 base64(n)

NAME
base64 - Procedures to encode and decode base64
SYNOPSIS
package require Tcl 8 package require base64 ?2.2.1? ::base64::encode ?-maxlen Imaxlen? ?-wrapchar wrapchar? string ::base64::decode string
DESCRIPTION
This package provides procedures to encode binary data into base64 and back. ::base64::encode ?-maxlen Imaxlen? ?-wrapchar wrapchar? string Base64 encodes the given binary string and returns the encoded result. Inserts the character wrapchar every maxlen characters of output. wrapchar defaults to newline. maxlen defaults to 60. ::base64::decode string Base64 decodes the given string and returns the binary data. The decoder ignores whitespace in the string.
KEYWORDS
encoding, base64 base64 2.2.1 base64(n)
Related Man Pages
apr::base64(3) - mojave
base64(1) - osx
ascii85(n) - osx
apr::base64(3) - osx
encode::encoder(3) - centos
Similar Topics in the Unix Linux Community
not able to run base64 exe
Using SED to fix base64_decode attack/hack
This function (decode64) runs on gawk but not on busybox awk
Ldapsearch returning base64 encoded results
Base64 conversion in awk overlaps