Libraries tagged by base64_decode
justalinko/niki264
22 Downloads
Niki264 - Encode & Decode alpha2num or num2alpha and base64 with key
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.
mega6382/base64
8 Downloads
This class can encode and decode data in base64 in pure PHP. It can take a data string and encode it using the base64 algorithm. The class can also do the opposite, i.e. decode base64 encoded data and return the original data string.
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.
onedrop/base64
687 Downloads
EEL helper to encode and decode strings to base64
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)
edgaras/custombase64
162 Downloads
A PHP package for customizable Base64 encoding and decoding with support for custom character sets and optional reversed output.
beorn/base64url-tools
15 Downloads
Base64 URL-safe encoder/decoder. Also generates random tokens.
lumphp/codec
5 Downloads
The encode/decode algorithm component.
katoga/allyourbase
928 Downloads
Collection of bin-to-ascii converters.
codepower/anybase
5634 Downloads
Convert integers between arbitrary bases with custom alphabets, salt, padding, and big-integer support.