Base64url encode or decode FILE or standard input, to standard output.
-
Updated
Feb 11, 2024 - Rust
Base64url encode or decode FILE or standard input, to standard output.
You search for content which is base64 encoded without decoding everything? Useful for CTFs and file rescues.
implementing base64 encoding and decoding algorithm
A Base64 encoder/decoder library written in Rust.
A Rust implementation of a Base64 encoder and decoder. This project includes functions to encode binary data into a Base64 string and decode a Base64 string back into binary data.
A Rust lib to encrypt/decrypt data with RSA public/private key pair and do base85/base64 encoding/decoding.
CLI tool that decodes PEM base64 decoded TLS certificates
Add a description, image, and links to the base64-decoding topic page so that developers can more easily learn about it.
To associate your repository with the base64-decoding topic, visit your repo's landing page and select "manage topics."