Documentation
¶
Index ¶
Constants ¶
View Source
const Header = "SSH PRIVATE KEY FILE FORMAT 1.1\n\x00"
Variables ¶
View Source
var ErrCorrupted = errors.New("invalid private key data or incorrect password")
Functions ¶
func ParsePrivateKey ¶
func ParsePrivateKey(data, password []byte) (*rsa.PrivateKey, string, error)
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. Federal Information Processing Standards Publication 46-3.
|
Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. Federal Information Processing Standards Publication 46-3. |
Click to show internal directories.
Click to hide internal directories.