Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptFromFile ¶
func InitPassKeyDecipher ¶ added in v1.3.0
func InitPassKeyDecipher()
func Initialize ¶
func Initialize(conf string)
func SetDecipher ¶
func SetDecipher(d Decipher)
Types ¶
type PassKeyDecipher ¶ added in v1.3.0
type PassKeyDecipher struct {
Decipher
// contains filtered or unexported fields
}
func (*PassKeyDecipher) Decrypt ¶ added in v1.3.0
func (d *PassKeyDecipher) Decrypt(file string) (string, error)
func (*PassKeyDecipher) Initialize ¶ added in v1.3.0
func (d *PassKeyDecipher) Initialize(command string)
Click to show internal directories.
Click to hide internal directories.