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:""`
EncryptPath EncryptPath `cmd:"" usage:"encrypt path with access grant"`
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
type EncryptPath ¶ added in v1.10.0
func (EncryptPath) Run ¶ added in v1.10.0
func (d EncryptPath) Run() error
Click to show internal directories.
Click to hide internal directories.