Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more ciphers for encrypted private key #9

Open
Leo1003 opened this issue May 5, 2023 · 0 comments
Open

Support more ciphers for encrypted private key #9

Leo1003 opened this issue May 5, 2023 · 0 comments
Labels
Enhancement Enhance on existing features Status: Future This will be fixed or implemented in the future...

Comments

@Leo1003
Copy link
Owner

Leo1003 commented May 5, 2023

Currently, the ciphers implemented to encrypt/decrypt the private key are:

  • AES-128-CBC
  • AES-192-CBC
  • AES-256-CBC
  • AES-128-CTR
  • AES-192-CTR
  • AES-256-CTR
  • TDES-CBC

However, official OpenSSH implementation supports more:

  • AES GCM mode
  • ChaCha20-Poly1305
  • ...

For all the cipher, please refer: openssh/openssh-portable/cipher.c

@Leo1003 Leo1003 added Enhancement Enhance on existing features Status: Future This will be fixed or implemented in the future... labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhance on existing features Status: Future This will be fixed or implemented in the future...
Projects
None yet
Development

No branches or pull requests

1 participant