gabrielweyer / dotnet-decode-base64

.NET Core global tool to decode a UTF8 Base64 encoded string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decode Base64

.NET global tool to decode a UTF8 Base64 encoded string.

Package Release
dotnet-decode-base64 NuGet
CI Status Platform(s) Framework(s)
GitHub Build Status Ubuntu net6.0, net8.0

Supports both base64 and base64url.

Sample output

Installation

dotnet tool install -g dotnet-decode-base64

Usage

dotnet decode-base64 SGVsbG8gV29ybGQh

About

.NET Core global tool to decode a UTF8 Base64 encoded string.

License:MIT License


Languages

Language:C# 100.0%