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

output argument for encrypt #228

Closed
raffaem opened this issue Aug 12, 2023 · 3 comments
Closed

output argument for encrypt #228

raffaem opened this issue Aug 12, 2023 · 3 comments

Comments

@raffaem
Copy link

raffaem commented Aug 12, 2023

Why not add an output argument also to the encrypt function (like the one which is already in the encrypt_file function) to encrypt a stream and save directly to a file?

@vsajip
Copy link
Owner

vsajip commented Aug 13, 2023

It's there, see this line in the encrypt docstring. Perhaps it's missing from the documentation - I will check.

* output (str): A path to write the encrypted output to.

@raffaem
Copy link
Author

raffaem commented Aug 13, 2023

From the docs looks like it's only for encrypt_file

@vsajip
Copy link
Owner

vsajip commented Aug 13, 2023

Yes, I see that - will correct that.

@vsajip vsajip closed this as completed in 724b259 Aug 13, 2023
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

2 participants