saveoursecrets / sdk

High-level, cross-platform SDK for a local-first, distributed encrypted database that can be used to build password managers, cryptocurrency wallets or other applications that require storing secrets securely.
GNU Affero General Public License v3.0
7 stars 0 forks source link

Support openssh key format #587

Open tmpfs opened 2 weeks ago

tmpfs commented 2 weeks ago

PEM for the private key and then we can use this to represent the public key:

https://docs.rs/openssh-keys/latest/openssh_keys/

Or even better this library from the RustCrypto folks: https://docs.rs/ssh-key/latest/ssh_key/