PHPackages                             bigwhoop/radix64 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bigwhoop/radix64

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bigwhoop/radix64
================

An implementation of the Radix-64 encoding as described by OpenPGP (RFC 4880).

2.0.0(4y ago)393MITPHPPHP ^8

Since Oct 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bigwhoop/radix64)[ Packagist](https://packagist.org/packages/bigwhoop/radix64)[ RSS](/packages/bigwhoop-radix64/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

Radix-64 (as described for OpenPGP)
===================================

[](#radix-64-as-described-for-openpgp)

[![CI](https://github.com/bigwhoop/radix64/actions/workflows/ci.yml/badge.svg)](https://github.com/bigwhoop/radix64/actions/workflows/ci.yml)

OpenPGP, described in [RFC 4880](http://tools.ietf.org/html/rfc4880), describes Radix-64 encoding, also known as "ASCII Armor". Radix-64 is identical to the "Base64" encoding described from MIME, with the addition of an optional 24-bit CRC. The checksum is calculated on the input data before encoding; the checksum is then encoded with the same Base64 algorithm and, using an additional "=" symbol as separator, appended to the encoded output data.

Installation
------------

[](#installation)

```
composer require bigwhoop/radix64

```

Usage
-----

[](#usage)

```
