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

planet key export should export a padded key #2087

Closed
BasixKOR opened this issue Jun 17, 2022 · 1 comment
Closed

planet key export should export a padded key #2087

BasixKOR opened this issue Jun 17, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@BasixKOR
Copy link

KeyCommand currently uses ByteUtil to export the private key as hexadecimal format, which doesn't include padding to match the required length imposed by the PrivateKey interface.

This has caused the launcher to improperly handle some private keys, and I think the command should export with the padding included.

@BasixKOR BasixKOR added the good first issue Good for newcomers label Jun 17, 2022
@BasixKOR
Copy link
Author

Tracked in #1696. Closing as duplicate.

@BasixKOR BasixKOR closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant