algorithms

package
v0.0.0-...-402b80f Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Base64PluginObj = &Base64Plugin{
	internalTypes.Plugin{
		Name: "BASE64",
		Mode: 101,
	},
}
View Source
var LmPluginObj = &LmPlugin{
	internalTypes.Plugin{
		Name: "LM",
		Mode: 200,
	},
}
View Source
var Md4PluginObj = &Md4Plugin{
	internalTypes.Plugin{
		Name: "MD4",
		Mode: 102,
	},
}
View Source
var Md4WindowsPluginObj = &Md4WindowsPlugin{
	internalTypes.Plugin{
		Name: "MD4-WINDOWS",
		Mode: 103,
	},
}
View Source
var Md5PluginObj = &Md5Plugin{
	internalTypes.Plugin{
		Name: "MD5",
		Mode: 100,
	},
}
View Source
var Sha1PluginObj = &Sha1Plugin{
	internalTypes.Plugin{
		Name: "SHA1",
		Mode: 105,
	},
}

Functions

This section is empty.

Types

type Base64Plugin

type Base64Plugin struct {
	internalTypes.Plugin
}

func (Base64Plugin) Execute

type LmPlugin

type LmPlugin struct {
	internalTypes.Plugin
}

func (LmPlugin) Execute

func (p LmPlugin) Execute(result *internalTypes.EncryptionTaskResult) error

type Md4Plugin

type Md4Plugin struct {
	internalTypes.Plugin
}

func (Md4Plugin) Execute

type Md4WindowsPlugin

type Md4WindowsPlugin struct {
	internalTypes.Plugin
}

func (Md4WindowsPlugin) Execute

type Md5Plugin

type Md5Plugin struct {
	internalTypes.Plugin
}

func (Md5Plugin) Execute

type Sha1Plugin

type Sha1Plugin struct {
	internalTypes.Plugin
}

func (Sha1Plugin) Execute

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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