Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielweyer/dotnet-decode-base64
.NET Core global tool to decode a UTF8 Base64 encoded string.
https://github.com/gabrielweyer/dotnet-decode-base64
base64 base64url dotnet dotnet-global-tools github-actions nuget
Last synced: 3 months ago
JSON representation
.NET Core global tool to decode a UTF8 Base64 encoded string.
- Host: GitHub
- URL: https://github.com/gabrielweyer/dotnet-decode-base64
- Owner: gabrielweyer
- License: mit
- Created: 2018-06-09T02:37:36.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T05:56:57.000Z (4 months ago)
- Last Synced: 2024-10-15T03:10:33.307Z (4 months ago)
- Topics: base64, base64url, dotnet, dotnet-global-tools, github-actions, nuget
- Language: C#
- Homepage:
- Size: 158 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Decode Base64
`.NET` [global tool][dotnet-global-tools] to decode a `UTF8` `Base64` encoded string.
| Package | Release |
| ---------------------- | ------------------------------------------------ |
| `dotnet-decode-base64` | [![NuGet][nuget-tool-badge]][nuget-tool-command] || CI | Status | Platform(s) | Framework(s) |
| ------------------------ | -------------------------------------------------------- | ----------- | ---------------- |
| [GitHub][github-actions] | [![Build Status][github-actions-shield]][github-actions] | `Ubuntu` | `net6.0, net8.0` |Supports both [base64][base64] and [base64url][base64url].
![Sample output](docs/sample-output.png)
## Installation
```powershell
dotnet tool install -g dotnet-decode-base64
```## Usage
```powershell
dotnet decode-base64 SGVsbG8gV29ybGQh
```[github-actions]: https://github.com/gabrielweyer/dotnet-decode-base64/actions/workflows/build.yml
[github-actions-shield]: https://github.com/gabrielweyer/dotnet-decode-base64/actions/workflows/build.yml/badge.svg
[nuget-tool-badge]: https://img.shields.io/nuget/v/dotnet-decode-base64.svg?label=NuGet&style=flat-square
[nuget-tool-command]: https://www.nuget.org/packages/dotnet-decode-base64/
[dotnet-global-tools]: https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools
[base64]: https://tools.ietf.org/html/rfc4648#section-4
[base64url]: https://tools.ietf.org/html/rfc4648#section-5