Projects with this topic
-
A simple C++ Base64 (RFC 4648) converter. Includes a library and a command-line tool.
Updated -
A simple Python script for Windows to convert PNG images from the clipboard to Base64.
Updated -
This project demonstrates how Base64 works in C, which does not natively support it, so we have to resort to using an external library.
Updated -
-
C library and command line tool for encoding/decoding base16, base32, base32hex, base64 or base64url data stream per RFC 4648, MIME base64 Content-Transfer-Encoding per RFC 2045, or PEM Printable Encoding per RFC 1421.
Updated -
Base64 encoder and decoder written in Rust.
Updated -
Encoder and Decoder PDF to Base64 test application on Delphi 10.2.3
Updated -
(English) Simple converter of local images to Base64 encoding made in HTML and Javascript, (Spanish) Sencillo Conversor de imágenes locales a codificación Base64 hecho en HTML y Javascript
Updated -
Quick Rust app to convert one or more files into base64 with file of the same name but with extension b64 appended at end Usage: Base64Convertor [path to where imges to convert are]
Updated