utils

package
v0.0.0-...-198281b Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2019 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CryptTools = NewCryptTool()

Functions

This section is empty.

Types

type CryptTool

type CryptTool struct{}

func NewCryptTool

func NewCryptTool() *CryptTool

func (*CryptTool) Base64Decode

func (encrypt *CryptTool) Base64Decode(str string) (string, error)

func (*CryptTool) Base64DecodeBytes

func (encrypt *CryptTool) Base64DecodeBytes(str string) ([]byte, error)

func (*CryptTool) Base64Encode

func (encrypt *CryptTool) Base64Encode(str string) string

func (*CryptTool) Base64EncodeBytes

func (encrypt *CryptTool) Base64EncodeBytes(bytes []byte) []byte

func (*CryptTool) MD5

func (encrypt *CryptTool) MD5(str string) string

Jump to

Keyboard shortcuts

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