You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creamer is a command-line utility written in Rust that helps you encode and decode clipboard contents using Base64 or URL encoding. It’s useful for quick data transformations without leaving the terminal.
Lightning-fast encoder/decoder/hasher for CLI and desktop. Base64, Hex, URL, HTML, MD5, SHA256, UUID, passwords. Modern GUI with themes. Zero network - 100% offline. LAZYFROG-kindware.dev
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.