crypto

package
v0.72.0 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crypter

type Crypter interface {
	Encrypt(plaintext string) (string, error)
	Decrypt(ciphertext string) (string, error)
}

Directories

Path Synopsis
aesutil provides AES crypto utilities including writing and reading AES encrypted files
aesutil provides AES crypto utilities including writing and reading AES encrypted files
aesecb
aesecb provides ECB (Electronic Codebook) mode for AES.
aesecb provides ECB (Electronic Codebook) mode for AES.
aesopenssl
aesopenssl implements AES that is compatible with `aes-256-cbc -salt`.
aesopenssl implements AES that is compatible with `aes-256-cbc -salt`.
hmacutil provides HMAC utility functions.
hmacutil provides HMAC utility functions.
md5util supports MD5 hashes in various formats.
md5util supports MD5 hashes in various formats.
cmd/gentoken command

Jump to

Keyboard shortcuts

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