GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FTIMES-ENCODER(1) FTimes Documentation FTIMES-ENCODER(1)

ftimes-encoder - Encode/Decode strings/records using various algorithms

ftimes-encoder [-o option[,option[,...]]] [-t type] -m mode -f {file|-}

This utility reads lines from a file or stdin and encodes or decodes them according to user-specified criteria.

-f {file|-}
Specifies the name of the input file. A value of '-' will cause the program to read from stdin.
-m mode
Specifies the mode of operation. The mode can be one of {e|enc|encode}, {d|dec|decode}, or {c|convert}.
-o option,[option[,...]]
Specifies the list of options to apply. Currently, the following options are supported:
NoNewline
Don't add a newline character to the end of the output. This option is primarily intended for single line decodes where the output is expected to be binary and subsequently redirected to a file or piped to another utility. In both of these cases, the extra newline would be unwanted since it will pollute the output stream.
OneString
Treat the entire input stream as a single string. This option is primarily intended for small- to medium-sized input streams that can easily be stored in memeory.
-t type
Specifies the type of encoding or decoding to apply. The type can be one of base64, ftimes-nss, ftimes-sss, ftimes-url, hex, or url. NSS is short for Neuter Safe String, and SSS is short for Shell Safe String.

Klayton Monroe

ftimes(1), ftimes-xformer(1)

All documentation and code are distributed under same terms and conditions as FTimes.
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.