Path to this page:
./
converters/p5-MIME-Base64-URLSafe,
Perl version of Pythons URL-safe base64 codec
Branch: pkgsrc-2018Q4,
Version: 0.01nb10,
Package name: p5-MIME-Base64-URLSafe-0.01nb10,
Maintainer: absThis 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 in URLs, often leading to
re-encoding with URL-encoding, or worse, interoperability problems.
To overcome the problem, the module provides a variation of base64
codec compatible with python's urlsafe_b64encode / urlsafe_b64decode.
Modification rules from base64:
use '-' and '_' instead of '+' and '/'
no line feeds
no trailing equals (=)
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: f37a9c32c8f2847db2e00aca4998b32c7b9ca384
RMD160: 561b7c26371079494c91f56b3f23347837f14a1b
Filesize: 2.348 KB
Version history: (Expand)
- (2019-01-02) Package added to pkgsrc.se, version p5-MIME-Base64-URLSafe-0.01nb10 (created)