knoxcrypt
knoxcrypt copied to clipboard
An encrypted filesystem
Unless I switch from using crypto++ to something different, this will have to wait until crypto++ supports it.
Currently it is only possible to create / open a container in default root block mode
Currently this is only supported in the cli utils (fuse layer and shell)
In the current implementation, the IV is a random number stored at the beginning of the teasafe container. This is prone to a watermarking attack. A better approach would salt...
Currently, adding a sub-volume to a teasafe image is only possible at the time of image creation. It is feasibly possible however to take a pre-existing image and add a...