ReneNyffenegger/cpp-base64
base64 encoding and decoding with c++ observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3501
- days_rel: n/a
- days_push: 833
- n_releases_24m: 0
Adoption not part of the score
1038 stars · 333 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small C++ library for base64 encoding and decoding. It provides simple functions to convert data to and from base64 representation.
Use cases
- encode binary data as base64 in c++
- decode base64 strings in c++
- embed base64 encoding in a c++ project
- convert images or files to base64 for embedding
- base64 encode data for email or http headers
When to choose
- you need a lightweight, dependency-free base64 implementation in c++
- you want a simple, well-known single-purpose library
- you need to encode or decode base64 without pulling in a large framework
When to avoid
- your project already uses a large library like OpenSSL or Boost that includes base64 utilities
- you need streaming or high-performance bulk encoding of very large data
- you require a permissively licensed library, as the license is non-standard
Facets
library · maturity stable
serialization developer-tools files cpp cross-platform base64 encoding decoding header-only
1 source
- readme: https://github.com/ReneNyffenegger/cpp-base64 · fetched 2026-08-28 · d698d4984a12
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReneNyffenegger/cpp-base64 | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="ReneNyffenegger/cpp-base64")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem