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

Passwords with double quotes do not work under windows #132

Open
JackGruber opened this issue Jul 7, 2023 · 0 comments
Open

Passwords with double quotes do not work under windows #132

JackGruber opened this issue Jul 7, 2023 · 0 comments

Comments

@JackGruber
Copy link

Passwords with " do not work under windows, because they are escaped incorrectly?!

Example code

import Seven from "node-7z";
import sevenBin from '7zip-bin'

const pathTo7zip = sevenBin.path7za

const myStream = Seven.add('test.7z', 'test.txt', {
    $bin: pathTo7zip,
    method: ["he"],
    password: 'a"aa',
  })

spawned process 7za.exe a test.7z test.txt -mhe "-pa\"aa" -y -bb3

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

No branches or pull requests

1 participant