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

Extract encrypted archives #26

Closed
btzr-io opened this issue Oct 15, 2019 · 1 comment
Closed

Extract encrypted archives #26

btzr-io opened this issue Oct 15, 2019 · 1 comment

Comments

@btzr-io
Copy link
Owner

btzr-io commented Oct 15, 2019

Add support for encrypted archives:

  • It will require an UI to request the password.

See https://github.com/nika-begiashvili/libarchivejs#check-for-encrypted-data

@btzr-io btzr-io changed the title Extract encripted archives Extract encrypted archives Oct 15, 2019
@btzr-io btzr-io mentioned this issue Sep 3, 2020
16 tasks
@btzr-io btzr-io added this to the v2.0.0 milestone Sep 3, 2020
@btzr-io
Copy link
Owner Author

btzr-io commented Sep 4, 2020

This was implemented as a react hook, on villain 2.0.0

 const { encrypted, password, setPassword } = useEncrypted();
 // ...
 if ( encrypted && !password ) {
    setPassword('secret123')
  }

@btzr-io btzr-io mentioned this issue Sep 4, 2020
2 tasks
@btzr-io btzr-io closed this as completed Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant