The AROS Archives(anonymous IP: 3.144.35.148,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1623

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » Shell » base64.i386-aros.lha

base64

Description: Encode/decode file as base64
Download: base64.i386-aros.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 249kb
Version: 1.5
Date: 13 Feb 22
Author: John Walker
Submitter: aGGreSSor [CPU]
Homepage: http://www.fourmilab.ch
Requirements: ABIv0; i386; InstallerLG
Category: utility/shell
License: Public domain
Distribute: yes
FileID: 2463
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 35  (Current version)
35  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[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


Copyright © 2005 - 2024 The AROS Archives All Rights Reserved