An encrypted file system that mounts with FUSE on Linux
An encrypted file system that mounts with FUSE on Linux. It can be used to create encrypted directories.
It can then safely backup the encrypted folder on an untrusted server without worrying about the data being exposed.
You can also store it in any clound storage like Google Drive, Dropbox, etc. and have it synced across multiple devices.
Crate encrypted_fs on crates.io https://crates.io/crates/encrypted_fs
Stegcore combines cryptography and steganography to hide encrypted data inside ordinary files. It encrypts your payload before embedding it, so the hidden content is unreadable even if someone extracts it, and invisible to anyone who doesn't know it's there.
Unlike basic steganography tools that hide data without encrypting it, Stegcore ensures the payload is cryptographically protected at rest. Unlike pure encryption tools, the payload isn't even visible.
Designed for journalists,...