secret icon indicating copy to clipboard operation
secret copied to clipboard

Feature Request: Support ed25519 encryption/decryption

Open yogat3ch opened this issue 2 years ago • 3 comments

Hi @gaborcsardi, Github now recommends and defaults to ed25519 encryption when generating SSH keys. Currently secret only supports rsa encryption. Are there plans to support ed25519 encryption and decryption?

yogat3ch avatar Feb 03 '22 20:02 yogat3ch

Started it in #48. I'm going to be honest though and say up front that I have very little idea of what I'm doing in this regard. Any guidance/help is welcome!

yogat3ch avatar Feb 03 '22 21:02 yogat3ch

It looks at the very least revisions will need to occur in share_secret_with_key1 & store_secret_with_key to encrypt secrets, and get_secret for unencryption

yogat3ch avatar Feb 04 '22 15:02 yogat3ch

Thanks, and sorry for the very long wait, I'll look at the PR soon.

gaborcsardi avatar Nov 01 '23 09:11 gaborcsardi