cryptography

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Symbols         = "!@#$%^&*()_+-=[]{}\\|;':\",.<>/?`~"
	Digits          = "0123456789"
	UpperLetters    = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
	LowerLetters    = "abcdefghijklmnopqrstuvwxyz"
	MaxStringLength = 128
	MinStringLength = 1
)

Variables

This section is empty.

Functions

func NewConnector

func NewConnector() (*sdk.ConnectorPlugin, error)

Types

type CryptographyAlgorithm

type CryptographyAlgorithm struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

type GenerateTextOperation

type GenerateTextOperation struct {
	// contains filtered or unexported fields
}

func NewGenerateString

func NewGenerateString() *GenerateTextOperation

func (*GenerateTextOperation) GetInfo

func (c *GenerateTextOperation) GetInfo() *sdk.OperationInfo

func (*GenerateTextOperation) Run

func (*GenerateTextOperation) Test

func (c *GenerateTextOperation) Test(ctx *sdk.RunContext) (sdk.JSON, error)

type HashTextOperation

type HashTextOperation struct {
	// contains filtered or unexported fields
}

func NewHashString

func NewHashString() *HashTextOperation

func (*HashTextOperation) GetInfo

func (c *HashTextOperation) GetInfo() *sdk.OperationInfo

func (*HashTextOperation) Run

func (c *HashTextOperation) Run(ctx *sdk.RunContext) (sdk.JSON, error)

func (*HashTextOperation) Test

func (c *HashTextOperation) Test(ctx *sdk.RunContext) (sdk.JSON, error)

Jump to

Keyboard shortcuts

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