CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
21.18k stars 2.54k forks source link

[FEAT] SSH key pair generation (inc. Ed25519 keys) #281

Open binaryfire opened 1 year ago

binaryfire commented 1 year ago

First of all, thanks for creating such an awesome tool!

Would it be possible to add a dedicated SSH key generator with options for both RSA and Ed25519 keys? Ed25519 is preferred over RSA nowadays: https://medium.com/risan/upgrade-your-ssh-key-to-ed25519-c6e8d60d3c54. Also, the existing RSA generator isn't really geared towards SSH keys because there's no passphrase or comment options.

quadcom commented 8 months ago

YES PLEASE!!

m4teh commented 7 months ago

Goodness yes! ed25519 SSH key generator with passphrase would be the most perfect addition!

sharevb commented 7 months ago

Hi @binaryfire , @quadcom , @m4teh and @CorentinTh, implemented as separate tools (RSA and Ed25519) in #888 and #887

abjoseph commented 2 months ago

Hi @sharevb do you know if the maintainer is still considering merging your PRs?

sharevb commented 1 month ago

Hi @abjoseph, at the time being, only @CorentinTh can merge...