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

Suggestion to support encrypted Stdin/Stdout when password provided on command line #251

Open
brentl99 opened this issue Mar 19, 2024 · 0 comments

Comments

@brentl99
Copy link

A couple of simple changes to main.c/lrzip.c will allow for compress/decompress via stdin/stdout when the password is provided on the command line. I have implemented this as:
main.c, line 715: if (unlikely((STDIN || STDOUT) && ENCRYPT && !control->passphrase))
lrzip, line 861: if (ENCRYPT && !control->passphrase)

@brentl99 brentl99 changed the title Suggestion to support encrypted Stdin/Stdout when password in on command line Suggestion to support encrypted Stdin/Stdout when password provided on command line Mar 20, 2024
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