Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// FileCryptExtension is the file extension of encrypted files.
FileCryptExtension string
// Overwrite defines whether or not to overwrite existing files.
Overwrite bool
}
App contains the actual application logic.
type Passphrase ¶
type Passphrase string
Passphrase is a password.
func (Passphrase) String ¶
func (p Passphrase) String() string
String returns the Passphrase as a string.
Click to show internal directories.
Click to hide internal directories.