paulmillr / micro-key-producer

Produces secure keys and passwords. Supports SSH, PGP, BLS, OTP and many other formats
MIT License
34 stars 9 forks source link

add ssh key passphrase support? #16

Open gmichalec-pandora opened 4 months ago

gmichalec-pandora commented 4 months ago

Thanks for this library! Would it be possible to support encoding the ssh key with a passphrase?

paulmillr commented 4 months ago

No plans on coding that by ourselves, but we'll consider merging contributions.

I'm concerned about bloat. For example, there are likely different encryption algorithms. Right? We can't be asked to support something as old as DES. Does it make sense to only support chacha? Is chacha even supported by specs? What specs are there? Etc.