Sunday, October 02, 2011

[kqugpveb] Write-only FUSE with gpg

Implement a write-only encrypted filesystem with FUSE, using public key cryptography (using the public key only for writes).  Probably a transparent "gpg -e" filter.  This should be straightforward if filenames do not need to be obscured, and somewhat more difficult if they do (you can probably have two files with the same name).

No comments :