secrets

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadOrCreateKey

func LoadOrCreateKey(path string) (bool, []byte, error)

LoadOrCreateKey loads a 32-byte encryption key from the specified path, or creates a new one if it does not exist. Returns (true, key, nil) if loaded from disk, (false, key, nil) if newly created.

func LoadOrCreateVAPIDKeys

func LoadOrCreateVAPIDKeys(privPath, pubPath string) (string, string, error)

LoadOrCreateVAPIDKeys handles the specific ECDSA keys required for Web Push. Returns (privateKey, publicKey, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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