crypto

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BruteForce

type BruteForce struct {
	ProjectSalt  string `arg:""`
	BucketName   string `arg:""`
	EncryptedKey string `arg:""`
	PasswordFile string `arg:""`
}

func (BruteForce) Run

func (d BruteForce) Run() error

type Crypto

type Crypto struct {
	DecryptKey DecryptKey `cmd:""`
	Crack      BruteForce `cmd:""`
}

type DecryptKey

type DecryptKey struct {
	ProjectSalt  string `arg:""`
	BucketName   string `arg:""`
	EncryptedKey string `arg:""`
	Password     string `arg:""`
}

func (DecryptKey) Run

func (d DecryptKey) Run() error

Jump to

Keyboard shortcuts

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