readcredfile

package
v0.0.0-...-17ddb13 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CredFile

type CredFile struct {
	ByteCnt []byte
}

func New

func New(filebyte []byte) *CredFile

func (*CredFile) ExtractCreds

func (c *CredFile) ExtractCreds() CredFileCntList

type CredFileCnt

type CredFileCnt struct {
	Username string
	Password string
	Category string
}

type CredFileCntList

type CredFileCntList []CredFileCnt

func (CredFileCntList) Compare

func (cl CredFileCntList) Compare(username string) ([]int, bool)

type DumpCreds

type DumpCreds interface {
	ExtractCreds() CredFileCntList
}

Jump to

Keyboard shortcuts

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