.NET 8.0 based data synchronization with AES-256 encrypted vaults
CoreSync is a lightweight, multi-platform and file system based synchronization tool, which supports AES encryption with 256-bit key length. The main benefits are total directory structure obfuscation, controlling over command line interface (CLI) and full logging. Additional graphical user interface (GUI) could be build up on top of the core library. It is developed to work well together with cloud synchronization tools and task mangement systems.
CoreSync is an open source project maintained on GitHub.
CoreSync can be controlled from the command line.
Compatible with Mac, Windows, and Linux, CoreSync runs on three platforms.
Usage: coresync [options] [command]
Use "coresync [command] --help" for more information about a command.
d contains encrypted file data.
f contains unique metadata of the source files. Building a checksum of file content ensures that the vault includes no redundancy.
h contains metadata of file system entries, which are needed to unveil the directory structure. The files are stored independently so there can't be any single point of failure. The Rfc2898DeriveBytes class, which implements PBKDF2 function, generates the bytes of vault entry names. Generating a random and protected salt makes it difficult to attack the hash with the use of rainbow tables or by brute-force.
csmaster is a file, which is encrypted with the master passphrase and contains the sub keys of the vault entries. Changing the master passphrase will overwrite the file with no need to update the vault entries.