We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I wrote a encfs-afero in my repo: https://github.com/jht5945/encfs-afero
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: