[ 原始碼: libmime-base64-urlsafe-perl ]
套件:libmime-base64-urlsafe-perl(0.01-5)
libmime-base64-urlsafe-perl 的相關連結
Debian 的資源:
下載原始碼套件 libmime-base64-urlsafe-perl:
- [libmime-base64-urlsafe-perl_0.01-5.dsc]
- [libmime-base64-urlsafe-perl_0.01.orig.tar.gz]
- [libmime-base64-urlsafe-perl_0.01-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl version of Python's URL-safe base64 codec
MIME::Base64::URLSafe 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
其他與 libmime-base64-urlsafe-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language