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

Implement crypto.encrypt_file #67

Closed
hulto opened this issue Oct 21, 2022 · 0 comments · Fixed by #276
Closed

Implement crypto.encrypt_file #67

hulto opened this issue Oct 21, 2022 · 0 comments · Fixed by #276
Labels
eldritch Related to the Eldritch language feature New feature or request

Comments

@hulto
Copy link
Collaborator

hulto commented Oct 21, 2022

Is your feature request related to a problem? Please describe.
Eldritch doesn't have a way to encrypt a file.

Describe the solution you'd like
Create a function crypto.encrypt_file.

Should take a src file path, dst file path, and an encryption key.
Should return a status code after writing the encrypted file to disk.
Should be thoroughly tested and work on Linux, Windows, and Mac.

@hulto hulto added the feature New feature or request label Oct 21, 2022
@KCarretto KCarretto added the eldritch Related to the Eldritch language label Mar 22, 2023
@KCarretto KCarretto changed the title [feature] Eldritch crypto.encrypt_file Implement crypto.encrypt_file Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eldritch Related to the Eldritch language feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants