We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would you be open to a pull request that allows one to upload his public key only to this GPG plugin?
Obviously, not all operations would work, because there would not be a private key to do operations like signature. On the other hand, it would enable a new "Encrypt" use case. Current Transit public-key encryption uses OEAP and SHA256 which gives only a few hundreds bits worth of plaintext data that can be encrypted, barely enough for an AES256 key, not to mention that you would have to do the decryption by hand after that...
(This is different than issue #85 where the private key is imported.)
It would simplify adoption for teams that already have a key pair, many of them on a Yubikey, with the private key hard/impossible to export.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would you be open to a pull request that allows one to upload his public key only to this GPG plugin?
Obviously, not all operations would work, because there would not be a private key to do operations like signature. On the other hand, it would enable a new "Encrypt" use case. Current Transit public-key encryption uses OEAP and SHA256 which gives only a few hundreds bits worth of plaintext data that can be encrypted, barely enough for an AES256 key, not to mention that you would have to do the decryption by hand after that...
(This is different than issue #85 where the private key is imported.)
It would simplify adoption for teams that already have a key pair, many of them on a Yubikey, with the private key hard/impossible to export.
The text was updated successfully, but these errors were encountered: