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

v3.0.0-rc.2 #180

Merged
merged 10 commits into from
Jul 8, 2024
Merged

v3.0.0-rc.2 #180

merged 10 commits into from
Jul 8, 2024

Conversation

brotskydotcom
Copy link
Collaborator

Add the binary secret functionality. Update the tests, the CLI, the docs, and the workflows.

This is needed for Secret Service support.
1. Add set_secret and get_secret entries to credentials and keystores and tests.
2. Rename delete_password to delete_credential everywhere.

This fixes hwchen#174.
1. If a password to be set can be interpreted as base64-encoded data, it's set as the secret, otherwise it's set as the password.
2. The get command has been split into password and secret commands, with the latter returning a base64-encoded string of the binary secret.
1. It's now named keyring-cli, so it's easy to cargo install.
2. Clean up use of word "password" in error messages.
Also cache the dependencies on native builds.
@brotskydotcom brotskydotcom merged commit 28d1d01 into hwchen:master Jul 8, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant