gocrack

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2020 License: MIT Imports: 10 Imported by: 0

README

gocrack

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crack

type Crack struct {
	XMLName      xml.Name           `xml:"rarcrack"`
	ABC          string             `xml:"abc"`           // 字母
	Current      string             `xml:"current"`       // 当前
	GoodPassword string             `xml:"good_password"` // 密码
	Num          int                `xml:"-"`             // 一秒生成密码次数
	Ctx          context.Context    `xml:"-"`
	Cancel       context.CancelFunc `xml:"-"`
	// contains filtered or unexported fields
}

Crack 文件破解

func New

func New(path string, abc string) (*Crack, error)

New 新建

func (*Crack) Close

func (c *Crack) Close()

Close 关闭

func (*Crack) Run

func (c *Crack) Run(num int)

Run 运行

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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