The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "MIME::Base64"

MIME::Base64 - Encoding and decoding of base64 strings River stage five • 741 direct dependents • 14558 total dependents

This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 - *MIME (Multipurpose Internet Mail Extensions)*. The base64 encoding is designed to represent arbitrary sequences of octets in a form...

CAPOEIRAB/MIME-Base64-3.16 - 27 Sep 2020 00:13:31 UTC - Search in distribution

MIME::Base64::Perl - Encoding and decoding of base64 strings River stage one • 1 direct dependent • 1 total dependent

This module provide the same interface as "MIME::Base64", but these functions are implemented in pure perl. This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 - *MIME (Multipurpose Inte...

GAAS/MIME-Base64-Perl-1.00 - 14 Jan 2004 12:56:43 UTC - Search in distribution

SPVM::MIME::Base64 - Base64 Encoding/Decoding River stage zero No dependents

The MIME::Base64 class of SPVM has methods for Base64 <https://en.wikipedia.org/wiki/Base64> encoding/decoding....

KIMOTO/SPVM-MIME-Base64-1.001003 - 02 Oct 2023 01:12:28 UTC - Search in distribution

MIME::Base64::URLSafe - Perl version of Python's URL-safe base64 codec River stage two • 8 direct dependents • 12 total dependents

This module is a perl version of python's URL-safe base64 encoder / decoder. When embedding binary data in URL, it is preferable to use base64 encoding. However, two characters ('+' and '/') used in the standard base64 encoding have special meanings ...

KAZUHO/MIME-Base64-URLSafe-0.01 - 06 Jan 2006 01:44:37 UTC - Search in distribution

MIME::Decoder::Base64 - encode/decode a "base64" stream River stage three • 66 direct dependents • 210 total dependents

A MIME::Decoder subclass for the "base64" encoding. The name was chosen to jibe with the pre-existing MIME::Base64 utility package, which this class actually uses to translate each chunk. * When decoding, the input is read one line at a time. The inp...

DSKOLL/MIME-tools-5.514 - 06 Feb 2024 20:49:02 UTC - Search in distribution

IOLayer::Base64 - PerlIO layer for base64 (MIME) encoded strings River stage zero No dependents

This module implements a PerlIO layer that works on files encoded in the Base64 format (as described in RFC 2045). It will decode from base64 format while reading from a handle, and it will encode to base64 while writing to a handle....

LNATION/IOLayer-Base64-0.03 - 09 Nov 2019 15:31:13 UTC - Search in distribution

PerlIO::Via::Base64 - PerlIO layer for base64 (MIME) encoded strings River stage zero No dependents

This module implements a PerlIO layer that works on files encoded in the Base64 format (as described in RFC 2045). It will decode from base64 format while reading from a handle, and it will encode to base64 while writing to a handle....

LNATION/PerlIO-Via-Base64-0.04 - 23 May 2022 08:28:33 UTC - Search in distribution

Aut::Base64 - Base64 encoding/decoding for Aut. River stage zero No dependents

"new() --> Aut::Base64" Instantiates a new Aut::Base64 object. "encode(text) --> base64 string" Encodes text into a base64 string using MIME::Base64's "encode_base64()" function and chomps it. "decode(base64 string)) --> string" Decodes base64 text u...

OESTERHOL/Aut-0.11 - 11 Apr 2004 20:47:23 UTC - Search in distribution

Badger::Codec::Base64 - encode/decode data using MIME::Base64 River stage one • 4 direct dependents • 6 total dependents

This module implements a subclass of Badger::Codec which uses the "encode_base64" and "decode_base64" subroutines provided by the MIME::Base64 module to encode and decode data. It a very thin wrapper around the "MIME::Base64" module and offers no fun...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution

Acme::Base64 - Write Perl in Base64 encoding River stage zero No dependents

Bored writing normal Perl code? Write Perl in Base64 encoding. :-)...

HAGGAI/Acme-Base64-v0.0.2 - 10 Mar 2010 04:13:45 UTC - Search in distribution

Encode::Base2N - fast base64, base32, base16 encode/decode functions River stage one • 2 direct dependents • 2 total dependents

Encode::Base2N supports Base64/32/16 encodings with or without url mode and padding. It's written in C++ and has also a C++ interface....

SYBER/Encode-Base2N-1.0.5 - 26 Nov 2021 14:49:05 UTC - Search in distribution

Sisimai::RFC2045 - MIME Utilities River stage zero No dependents

Sisimai::RFC2045 is MIME Utilities for "Sisimai", is formerly known as "Sisimai::MIME"....

AKXLIX/Sisimai-v5.0.2 - 13 Mar 2024 04:18:32 UTC - Search in distribution

MIME::Lite - low-calorie MIME generator River stage three • 51 direct dependents • 102 total dependents

In the never-ending quest for great taste with fewer calories, we proudly present: *MIME::Lite*. MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, dece...

RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC - Search in distribution

Email::MIME - easy MIME message handling River stage three • 66 direct dependents • 140 total dependents

This is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access to various parts of the message. Headers are decoded from MIME encoding....

RJBS/Email-MIME-1.953 - 09 Jan 2023 00:03:49 UTC - Search in distribution

base64.pl - test the external MIME::Base64 module. River stage zero No dependents

This is a test suite for the MIME::Base64 package. Currently it reads a file, creates a signature for it (to get some binary data), encodes it, decodes it, and checks that the results are the same....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

autobox::Base64 - Convert strings to and from base64 easily River stage zero No dependents

Pretty simple -- just provides autobox methods to strings that work in the way you expect....

RSRCHBOY/autobox-Base64-0.001 - 21 May 2013 05:10:16 UTC - Search in distribution

MIME::Type - description of one MIME type River stage three • 84 direct dependents • 576 total dependents

MIME types are used in MIME entities, for instance as part of e-mail and HTTP traffic. Sometimes real knowledge about a mime-type is need. Objects of "MIME::Type" store the information on one such type....

MARKOV/MIME-Types-2.26 - 06 Feb 2024 09:19:01 UTC - Search in distribution

Convert::Base64 - Encoding and decoding of Base64 strings River stage one • 4 direct dependents • 7 total dependents

This module provides functions to convert strings to/from the Base64 encoding as described in RFC 4648. Its implemented as a light wrapper over MIME::Base64....

ROBN/Convert-Base64-0.001 - 24 Oct 2014 22:37:13 UTC - Search in distribution

MIME::Charset - Charset Information for MIME River stage three • 3 direct dependents • 334 total dependents

MIME::Charset provides information about character sets used for MIME messages on Internet. Definitions The charset is ``character set'' used in MIME to refer to a method of converting a sequence of octets into a sequence of characters. It includes b...

NEZUMI/MIME-Charset-1.013.1 - 12 Aug 2022 07:51:01 UTC - Search in distribution

Data::GUID::URLSafe - url-safe base64-encoded GUIDs River stage one • 1 direct dependent • 1 total dependent

RJBS/Data-GUID-URLSafe-0.008 - 01 Jan 2023 02:05:32 UTC - Search in distribution
387 results (0.104 seconds)