Skip to main content

Module encoding

Module encoding 

Source
Expand description

Base64URL encoding utilities with security features.

This module provides a Base64UrlBytes wrapper type that handles base64url encoding/decoding (as required by RFC 7517) with automatic memory zeroing for sensitive data.

Structsยง

Base64UrlBytes
A wrapper around raw bytes that serializes to/from base64url encoding.