base64_encoder

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2026 License: MIT Imports: 2 Imported by: 0

README

Base64 Encoder Secret Modifier Alias (b64e)

This modifier is simply an alias for the b64 Base64 Encoder Secret Modifier.

It exists to provide a symmetrical naming convention (b64e for encode, b64d for decode) while preserving backward compatibility with the original b64 modifier.

Please refer to the Base64 Encoder Secret Modifier Documentation for full usage and behavior details.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecretModifierBase64Encoder

type SecretModifierBase64Encoder struct {
	base64.SecretModifierBase64
}

SecretModifierBase64Encoder is a modifier that encodes the secret value to a base64 string.

To use it, append the modifier `b64e` to the given secret coordinates string:

plain://my-secret?b64e

NOTE: This is an "alias" for the `?b64` encoder, implemented by base64.SecretModifierBase64. The modifier type `?b64e` is provided with symmetry with the decoder `?b64d`.

func (*SecretModifierBase64Encoder) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL