Documentation ¶
Index ¶
- Variables
- func Decrypt(enc io.Reader) (io.Reader, error)
- func DoublePrompt(first string, second string) ([]byte, error)
- func Encrypt(plainText io.Reader, pass []byte, compress bool, asciiArmor bool) ([]byte, error)
- func IsArmored(data []byte) bool
- func IsEncrypted(filename string) (bool, error)
- func IsTar(data []byte) bool
- func PassPrompt(prompt string) ([]byte, error)
- func Tarball(startDir string) (io.Reader, error)
- func Untar(source io.Reader) error
Constants ¶
This section is empty.
Variables ¶
View Source
var NonMatchingPasswords = errors.New("Passwords did not match")
Functions ¶
func IsEncrypted ¶
func PassPrompt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.