An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with base64url

A curated list of projects in awesome lists tagged with base64url .

https://github.com/ia0/data-encoding

Efficient and customizable data-encoding functions in Rust

base32 base32hex base64 base64url hex rust

Last synced: 14 May 2025

https://github.com/gfoidl/base64

Base64 encoding / decoding with SIMD-support, also base64Url

base64 base64-decoding base64-encoding base64url simd

Last synced: 07 Apr 2025

https://github.com/mllg/base64url

Fast and url-safe base64 encoder and decoder for R

base32 base64 base64url cran r

Last synced: 09 Mar 2026

https://github.com/un-ts/ab64

The smallest and fastest Base64 implementation in JavaScript based on `atob` and `btoa` from browser native or `Buffer` from node

base64 base64-decoding base64-encoding base64url js-base64

Last synced: 17 Jul 2025

https://github.com/hexagon/base64

Base64 and base64url to string or arraybuffer, and back. Works in Node, Deno or browser.

arraybuffer base64 base64url commonjs deno esm esmodule javascript node string typescript umd

Last synced: 21 Aug 2025

https://github.com/gabrielweyer/dotnet-decode-base64

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

base64 base64url dotnet dotnet-global-tools github-actions nuget

Last synced: 23 Mar 2025

https://github.com/47ng/codec

Universal conversion of Uint8Array from/into UTF-8, base64url and hex in the browser and Node.js

base64url browser decoding encoding hex nodejs uint8array utf-8

Last synced: 27 Jul 2025

https://github.com/deniszykov/basen

C# library for Base16/32/64 encoding/decoding.

base16 base32 base64 base64url hex hexadecimal zbase32

Last synced: 18 Jul 2025

https://github.com/jsonjoy-com/base64

High-performance Base64 encoder and decoder in JavaScript, for browser and Node.js

base64 base64-decoding base64-encoding base64-url base64url

Last synced: 14 Oct 2025

https://github.com/fabiospampinato/radix64url-encoding

Radix64url encoding, a.k.a. Base64url encoding. An extremely fast and synchronous JS implementation.

base64url encoding fast radix64url

Last synced: 27 Jul 2025

https://github.com/kelunik/streaming-base64

On the fly Base64 encoding for Amp's streams.

amphp base64 base64url byte-stream encoding php

Last synced: 12 Apr 2025

https://github.com/eliot-akira/base64-compressor

Compress and encode data as URL-safe base64 string

base64 base64url compression-stream gzip url

Last synced: 17 Mar 2025

https://github.com/guitarrapc/base64urlcore

CLI tool for base64 & base64url encode/decode for URL applications.

base64 base64decode base64encode base64url dotnet-global-tool netcore2

Last synced: 14 Oct 2025

https://github.com/anaskhan96/check-base-encoding

npm module to check base encoding of a particular string

base base32 base32hex base64 base64url encoding hex npm-module

Last synced: 12 Jun 2026

https://github.com/jawj/hextreme

Fast hex and base64 encoding and decoding, string <-> Uint8Array

base64 base64url decoding encoding fast frombase64 fromhex hex javascript loop-unrolling tobase64 tohex typescript uint8array

Last synced: 01 May 2025

https://github.com/haskell-hvr/base-encoding

Binary-to-text encodings

base16 base64 base64url haskell rfc4648

Last synced: 15 Mar 2025

https://github.com/transmute-industries/merkle-proof

Merkle Proof Objects, URNs and Mermaids

base64url json merkle-proof merkle-tree mermaid urn

Last synced: 27 Apr 2026

https://github.com/gearnode/erl-b64

Base64 and Base64url encoding for Erlang

base64 base64url erlang

Last synced: 11 Oct 2025

https://github.com/hugoalh/base64-es

An ECMAScript (JavaScript & TypeScript) module for Base64 encode and decode.

base64 base64url ecmascript ecmascript-module es es-module esm esmodule javascript js rfc1421 rfc2045 rfc2152 rfc3501 rfc4648-4 rfc4648-5 rfc9580 ts typescript

Last synced: 15 Sep 2025

https://github.com/firsttimeez/csr

Generates a Certificate Signing Request (CSR) in DER format, encoded as base64url string, following the PKCS#10 specification.

acme asn1 base64url certificate-signing-request csr der ecdsa encoded es256 es6 es6-modules letsencrypt pkcs10 pki rfc2986

Last synced: 31 Jan 2026

https://github.com/noluyorabi/jwt-sem

JWT-Sem is an educational repository for exploring JSON Web Tokens (JWT) and software security concepts. It includes practical examples and challenges, covering JWT encoding, decoding, signature verification, and simplified RSA operations. The repository also features a web tool with JWT and RSA functionalities to help illustrate these concepts.

base64url cryptohack json json-web-token jwt jwt-authentication jwt-decoder jwt-encode rsa rsa-cryptography rsa-encryption

Last synced: 16 May 2026

https://github.com/sovereignbase/bytecodec

JS/TS runtime-agnostic byte toolkit for UTF-8 strings, base64, base64url, JSON, normalization, compression, concatenation, and comparison.

arraybuffer base64 base64url browser bun bytes cjs compression deno edge equals esm hex json node sovereignbase typescript uint8array utf8-string z85

Last synced: 02 Apr 2026

https://github.com/jihyunlab/web-buffer

JihyunLab Web buffer.

base64 base64url buffer hex uint8array utf8 web

Last synced: 12 Apr 2026

https://github.com/or13/demojid

Alternate encoding for base64url (no pad)

base64url

Last synced: 07 Apr 2025

https://github.com/alessiofrittoli/crypto-encoder

Lightweight TypeScript encoder/decoder library

base32 base64 base64url buffers decoding encoding

Last synced: 30 Jul 2025

https://github.com/kevlened/b64u-lite

:anchor: isomorphic base64url library in 531 bytes

base64url isomorphic javascript small

Last synced: 08 Jul 2025

https://github.com/reiver/go-base64

Package base64 provides decoders and encoders for the base64 encoding, for the Go programming language. This package base64 is meant to be a replacement for Go's built-in "encoding/base64" package.

base64 base64-decoding base64-encoding base64decoder base64encoder base64url

Last synced: 20 Mar 2025

https://github.com/simonwhitaker/base64url

A command-line tool for encoding and decoding using the Base64 URL encoding scheme.

base64-encoding base64url

Last synced: 29 Mar 2026

https://github.com/keiji/rfc4648-java

Utilities for encoding and decoding the Base64, Base32, Extended-hex Base32 and Base16 representation of binary data.

android base16 base32 base32hex base64 base64url java java8 rfc4648

Last synced: 10 May 2026

https://github.com/andidittrich/node.crypto-toolkit

:key: A set of utility functions/wrapper to simplify the development workflow

base64url crypto-toolkit nodejs sha1 sha256 sha512

Last synced: 10 May 2026

https://github.com/zemanlx/base64

Enhanced backward compatible alternative of Linux utility base64

base64 base64url

Last synced: 07 Oct 2025

https://github.com/dahlia/byte-encodings

Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.

ascii85 base32 base58 base64 base64url encoding hex javascript typescript varint

Last synced: 05 Mar 2026

https://github.com/antikirra/base64url

Base64url implementation for PHP

base64url encoding php serialization

Last synced: 20 Jan 2026