Query: base64
OS: redhat
Section: n
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
base64(n) base64 en- & decoding base64(n)NAMEbase64 - Procedures to encode and decode base64SYNOPSISpackage require Tcl 8 package require base64 ?2.2.1? ::base64::encode ?-maxlen Imaxlen? ?-wrapchar wrapchar? string ::base64::decode stringDESCRIPTIONThis 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.KEYWORDSencoding, base64 base64 2.2.1 base64(n)
Related Man Pages |
---|
base64(1) - centos |
base64(1) - linux |
ascii85(3tcl) - debian |
base64(n) - suse |
encode::encoder(3) - centos |
Similar Topics in the Unix Linux Community |
---|
I'm looking for someone who have Base64 binary |
not able to run base64 exe |
mailx saved messages are unreadable (base64) |
Why are there LFs in my base64? |
Base64 conversion in awk overlaps |