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

Functions to create and import recovery devices in the bindings #7044

Open
Max-7 opened this issue Apr 10, 2024 · 2 comments · May be fixed by #8585
Open

Functions to create and import recovery devices in the bindings #7044

Max-7 opened this issue Apr 10, 2024 · 2 comments · May be fixed by #8585
Assignees
Milestone

Comments

@Max-7
Copy link
Contributor

Max-7 commented Apr 10, 2024

Should not be a priority since:

  1. we're not compatible with v2 recovery devices anyway so we're not expecting any user to import recovery devices created with v2 into v3
  2. the keyring should be the most used way to authenticate, and in case a user prefers to use a password, there's less chance of them forgetting it

Also check if this feature could be completly replaced by the shamir.

@mmmarcos mmmarcos added this to the v3-next milestone Apr 10, 2024
@mmmarcos
Copy link
Contributor

See also #5589

@mmmarcos
Copy link
Contributor

Functions for load and save recovery devices already exists in libparsec. See for example:
https://github.com/Scille/parsec-cloud/blob/master/libparsec/crates/platform_device_loader/src/lib.rs#L218-L223

We should check if they work and expose them on the bindings.

@AureliaDolo AureliaDolo self-assigned this Sep 26, 2024
@AureliaDolo AureliaDolo linked a pull request Oct 2, 2024 that will close this issue
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 a pull request may close this issue.

3 participants