Libraries tagged by base64 encoded
yurijbogdanov/base64
3 Downloads
PHP Base64 (encode/decode) Library
devishdi/base64-file-decode-encode
266 Downloads
PHP Base64 file decoder and encoder
apiverve/base64
0 Downloads
Base64 Encoder/Decoder is a simple tool for encoding and decoding Base64 strings. It supports both encoding text to Base64 and decoding Base64 back to text.
bitandblack/base64-string
132 Downloads
Encodes files to base64 strings and decodes base64 strings to files.
onedrop/base64
687 Downloads
EEL helper to encode and decode strings to base64
oh-sky/cakephp3-base64-email
26 Downloads
CakePHP3 extension to encode the message body with Base64.
codekandis/base64-codec
91 Downloads
`codekandis/base64-codec` is a library providing a codec to encode into and decode from Base64 in an object oriented way.
useralberto/craft-base64-filters
430 Downloads
The plugin adds filters to Twig to encode and decode a string in base64.
kryuu-common/base64-url
6 Downloads
This is a simple library for encoding and decoding Base64Url, the basis of this is that the Base64 is not URL safe due to the characters `+`, `/` and `=`, so this encode replaces these characters with `=` to ``, `+` to `-` and `/` to `_` for the purpose of using it in the URL
germania-kg/base64-coder
81 Downloads
Converts a selector and token pair to base64 forth and back.
asimlqt/encode-decode
77 Downloads
Encode/Decode library for PHP
skywalker-labs/constant-time-encoding
1 Downloads
Constant-time implementations of RFC 4648 encoding (Base64, Base32, Hex) and other variants (Base64UrlSafe, Base64DotSlash, Base32Hex)
mrcoco/filetobase64
3 Downloads
file to base64 encode
edgaras/custombase64
162 Downloads
A PHP package for customizable Base64 encoding and decoding with support for custom character sets and optional reversed output.
cmmia/encrypt
43 Downloads
常用数据加密和解密处理方法