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

Feature Request: Allow users to encrypt their FS cache #24

Open
trevor-vaughan opened this issue Feb 8, 2023 · 4 comments
Open

Feature Request: Allow users to encrypt their FS cache #24

trevor-vaughan opened this issue Feb 8, 2023 · 4 comments
Assignees

Comments

@trevor-vaughan
Copy link

As a user, I would like the ability to selectively encrypt my filesystem cache.

I'd be happy to help with implementation on this if you are open to the idea.

@rasander
Copy link

Wouldn't it be better do encrypt/decrypt data in the application layer, when before and after getter/setter, using libraries that are good for encryption?

I think it is better to keep these two things isolated, also do lower the amount of dependencies in the library.

@philcockfield
Copy link
Owner

Agree.

@trevor-vaughan
Copy link
Author

There are no additional dependencies and a built-in wrapper (while not the javascript way of rewriting everything under the sun) would be helpful.

Granted, I guess I could just write a module that wraps this one to do the same thing but, given that it can use the built-in crypto library, it seems reasonable as a native feature.

@philcockfield
Copy link
Owner

Agree with this too @trevor-vaughan - I've started a PR on this.

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

3 participants