Documentation ¶
Index ¶
- func DecryptFromStdin(privateKeys []string, paasName string) error
- func EncryptFile(publicKey string, paasName string, path string) error
- func EncryptFromStdin(publicKey string, paasName string) error
- func GenerateKeyPair(privateKey string, publicKey string) error
- func NewPrivateKey(privateKeyPath string) (*cryptPrivateKey, error)
- type Crypt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptFromStdin ¶
func EncryptFromStdin ¶
func GenerateKeyPair ¶
func NewPrivateKey ¶ added in v0.6.1
Types ¶
type Crypt ¶
type Crypt struct {
// contains filtered or unexported fields
}
func NewGeneratedCrypt ¶ added in v0.6.1
func (*Crypt) DecryptRsa ¶
Click to show internal directories.
Click to hide internal directories.