Expand description
Parser of OpenSSH keys
Key formats supported:
ssh-rsa
ssh-ed25519
Both ASN1 and openssh-key-v1 format supported.
Password-protected private keys are not supported yet
Functionsยง
- parse_
private_ key - Parse a SSH private key in openssh format
- parse_
public_ key - Parse a single SSH public key in openssh format