Documentation ¶
Index ¶
- func Decrypt(data []byte, password string) ([]byte, error)
- func DecryptByStdin(filename string) ([]byte, error)
- func DecryptFromFile(filename string, password string) ([]byte, error)
- func Encrypt(data []byte, password string) ([]byte, error)
- func EncryptToFile(filename string, data []byte, password string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptByStdin ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.