FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

Home Page:https://age-encryption.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export parseSSHIdentity

sylr opened this issue · comments

I'm using age as a lib and I'd like to replicate the behavior of loading keys found at~/.ssh/id_(rsa|ed25519).

To do so right now I had to copy parseSSHIdentity, readPubFile and readPassphrase in my project.

It would be helpful if parseSSHIdentity was exported.

Cheers.