base27.1
来自「基于图象的信息隐藏的C源码」· 1 代码 · 共 54 行
1
54 行
.TH BASE27 1 "04 Nov 1999" "0.2".UC 4.SH NAMEbase27 - converts text into a different base.SH SYNOPSIS.B base27 [.B \-d] [.B \-C.I codestr].I infile>.I outfile.SH DESCRIPTION.I base27is intended to compress small amounts of textual data (under 100 characters)by converting it to a different base -- by default this is base 27, meaningit can encode all uppercase alphabetic characters and whitespace. All lowercasecharacters are uppercased, and characters that cannot be converted are stripped..PPYou can encode/decode different sets of characters by passing an argument to the.B \-Cparameter; for instance passing .B \-C '01'will encode/decode binary strings..SH OPTIONS.TP 12.B \-dDecode text previously encoded using this program..TP.B \-CSet the.I code stringto be used. The number base is set to the number ofcharacters in this string. The default is "@ABCDEFGHIJKLMNOPQRSTUVWXYZ"..TP.B \-uDo not convert to uppercase when encoding.This would be used if lowercase characters were present in the code string..SH "SEE ALSO".PD.BR stegparty (1).ne 5.SH AUTHOR.RS 5.nfSteven Hugghugg@pobox.comhttp://pobox.com/~hugg/.fi.RE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?