Audio (101) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1714
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] ============================== F E A T U R E S ================================
base64 is a command line utility which encodes and decodes files in this format
It can be used within a pipeline as an encoding or decoding filter, and is most
commonly used in this manner as part of an automated mail processing system.
============================ R E Q U I R E M E N T ==========================
base64 tested and worked fine on the following configurations:
- IcarOS i386 (Kickstart 51.51, Workbench 40.0, AROS ABIv0)
- AROS One i386 (Kickstart 51.51, Workbench 40.0, AROS ABIv0)
================================= U S A G E =================================
base64 -- Encode/decode file as base64. Call:
base64 [-e / -d] [options] [infile] [outfile]
Options:
-c, Print copyright information
-d, Decode base64 encoded file
-e, Encode file into base64
-n, Ignore errors when decoding
-u, Print this message
-v, Print version number
Example:
AROS.1> base64 -e Docs/b64.png RAM:b64.png.b64
AROS.1> base64 -d RAM:b64.png.b64 RAM:b64.png
AROS.1> base64 -c
This program is in the public domain.
AROS.1> version base64
base64 v1.5 by John Walker
================================ S O U R C E ================================
Compiled and improved from
http://www.fourmilab.ch source
______ ______ ______ ______
______|:: .__|:: .__|_____ ______|:: ___|:: ___|______ _____
|: , |: | |: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
|__|___|______|______|___| _____|______|______|______|___|
home cross-compilation factory
|