You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the problem stems from the cryptography library used to encrypt passwords (in cloudbaseinit/utils/crypt.py), which does not support encryption methods for elliptic key formats (like Ed25519).
Are there any plans to add support for these formats in the future?
Thank you.
Do you plan in future adding support for theses format ?
The text was updated successfully, but these errors were encountered:
More investigation is required to see how to implement this in a safe way. From the literature, the Ed25519 keys are used primarly for signing, not for encryption/decryption.
@kallioli can you please provide the broader context for the feature and a decryption workflow that you are already using to make sure the Python implementation is compatible for encryption?
Hello,
When attempting to encrypt a user password with an Ed25519 SSH public key, we encountered the following error in the startup log:
I believe the problem stems from the cryptography library used to encrypt passwords (in cloudbaseinit/utils/crypt.py), which does not support encryption methods for elliptic key formats (like Ed25519).
Are there any plans to add support for these formats in the future?
Thank you.
Do you plan in future adding support for theses format ?
The text was updated successfully, but these errors were encountered: