pwshow

package
v0.0.0-...-c12dc61 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserList

type UserList []UserStuff

UserList list of UserStuff type

var (
	//FinalList variable where we store user creds
	FinalList UserList
	//U variable where we put user creds before we append them to the FinalList
	U = UserStuff{}
)

func AddToList

func AddToList(u []string, p []string, c []string, user string) UserList

AddToList Add Creds To the FinalList Load User Encryption Key and decrypt passwrds

func ShowCreds

func ShowCreds(user string, category string) UserList

ShowCreds Function Get user Stuff From the database

type UserStuff

type UserStuff struct {
	Username string
	Password string
	Category string
}

UserStuff a struct which it field holds user credential fields

Jump to

Keyboard shortcuts

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