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
If the decryption subkey is disabled in the UI, we get
./sq decrypt --dsm-key="myKey" < cipher.asc Error: Decryption failed Caused by: No key to decrypt message
It should read
Forbidden("Key is currently in disabled state and no cryptographic operation is allowed with this key")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the decryption subkey is disabled in the UI, we get
It should read
The text was updated successfully, but these errors were encountered: