File: readme.txt

package info (click to toggle)
secnet 0.6.8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,956 kB
  • sloc: ansic: 15,234; python: 1,057; perl: 966; sh: 596; tcl: 484; java: 231; asm: 114; yacc: 89; php: 64; makefile: 48; awk: 40
file content (26 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is an implementation of the basE91 encoder and decoder in Java.

Syntax:
	java -jar base91.jar [OPTION] infile [outfile]

Options:

-d	decode a basE91 encoded file;
	all non-alphabet characters (such as newlines) are ignored

-u	leave encoder output unformatted;
	i. e., disable line wrapping after 76 characters

-h	display short help and exit

-V	output version information and exit


If no outfile is given for encoding, it defaults to `infile_b91.txt' (or to
`infile.b91' with the `-u' switch).
On decoding, the added file extension is removed to generate the name for
outfile; otherwise, if infile hasn't a default extension, the decoded data is
written to `infile.bin'.

For further information visit the basE91 home page at
http://base91.sourceforge.net/