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

Will afero support encryption fs? #436

Open
jht5945 opened this issue Dec 18, 2024 · 1 comment
Open

Will afero support encryption fs? #436

jht5945 opened this issue Dec 18, 2024 · 1 comment

Comments

@jht5945
Copy link

jht5945 commented Dec 18, 2024

I use filebrowser( https://github.com/filebrowser/filebrowser ) manage personal files, but filebrowser not supports file encryption. I noticed filebrowser use afero as fs layer. I think AES CTR algorithm encryption in fs is a good idea, so I wrote a prototype https://git.hatter.ink/hatter/go-afero-encfs , and implemented encryption in my own fork of filebrowser: https://git.hatter.ink/hatter/filebrowser/src/branch/main/encfs .

But I'm not good a Go lang, if the official afero will support encryption will be good news.

@jht5945
Copy link
Author

jht5945 commented Dec 21, 2024

I wrote a encfs-afero in my repo: https://github.com/jht5945/encfs-afero

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