afero icon indicating copy to clipboard operation
afero copied to clipboard

Will afero support encryption fs?

Open jht5945 opened this issue 1 year ago • 1 comments

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 avatar Dec 18 '24 13:12 jht5945

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

jht5945 avatar Dec 21 '24 03:12 jht5945