![]() |
![]()
| ![]() |
![]()
NAMEbase91, b91enc, b91dec - basE91 encode/decode data SYNOPSISbase91 [OPTION]... [FILE] DESCRIPTIONConvert binary data in FILE to plain ASCII text (or vice versa), writing to standard output. With no FILE, or when FILE is -, read standard input.
basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary insecure connections like e-mail or terminal lines. AUTHORWritten by Joachim Henke. REPORTING BUGSReport bugs to <j-o@users.sourceforge.net>. COPYRIGHTCopyright (c) 2000-2006 Joachim Henke SEE ALSObase64(1), uuencode(1) http://base91.sourceforge.net/
|