Documentation ¶
Index ¶
- func Decrypt(files []*File, plain bool, stdout bool, cache cache.Cache, ...) error
- func DecryptCiphertext(ciphertext []byte, cache cache.Cache, provider *crypto.Provider, retries uint, ...) (string, error)
- func Encrypt(files []*File, cache cache.Cache, provider *crypto.Provider, threads int, ...) error
- func EncryptPlaintext(plaintext string, cache cache.Cache, provider *crypto.Provider, retries uint, ...) ([]byte, error)
- func UpdateGitignore(c *config.Config) error
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptCiphertext ¶ added in v1.3.0
func EncryptPlaintext ¶ added in v1.3.0
func UpdateGitignore ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.