Sitelet https://github.com/javaevolved/javaevolved.github.io/pull/195
Skip to content

Add standard Base64 encoding pattern - #195

Merged
brunoborges merged 1 commit into
mainfrom
brunoborges-standard-base64-encoding-decoding
Aug 26, 2026
Merged

Add standard Base64 encoding pattern#195
brunoborges merged 1 commit into
mainfrom
brunoborges-standard-base64-encoding-decoding

Conversation

@brunoborges

Copy link
Copy Markdown
Member

Java developers should use the supported java.util.Base64 API instead of internal JDK classes or third-party codecs for standard encoding and decoding.

This adds a beginner Java 8 pattern covering the standard, URL-safe, and MIME variants, places it beside the related PEM encoding content, and includes a compilable JBang proof for the modern example.

Fixes: #177

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@brunoborges
brunoborges merged commit e80daa4 into main Aug 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Pattern] Standard Base64 encoding and decoding

1 participant