Documentation ¶
Index ¶
- func Decrypt(key *[keySize]byte, cipherText []byte) (clearText []byte, ok bool)
- func DecryptWithPassword(password []byte, cipherText []byte) (clearText []byte, ok bool, err error)
- func Encrypt(key *[keySize]byte, clearText []byte) (cipherText []byte, err error)
- func EncryptWithPassword(password []byte, clearText []byte) (cipherText []byte, err error)
- func MakeKey(password, salt []byte) (key [keySize]byte, err error)
- func Sign(signer ssh.Signer, data []byte) (*ssh.Signature, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptWithPassword ¶
func EncryptWithPassword ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.