Skip to content

helixsync/HelixSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
webwake
Nov 27, 2021
f9d6d64 · Nov 27, 2021

History

96 Commits
Mar 30, 2019
Nov 27, 2021
Nov 27, 2021
Mar 13, 2017
Sep 28, 2017
Apr 5, 2018
Mar 12, 2017
Dec 27, 2017
Dec 27, 2017
Mar 13, 2017
Jun 25, 2018

Repository files navigation

HelixSync

HelixSync is a tool that allows you to encrypt an entire directory and incrementally sync changes. This software has been developed out of a desire to add an additional layer of privacy and security to cloud storage providers (Dropbox, Google Drive, ...). It has been designed to work well with these providers by providing file by file incremental encryption.

The software is still in alpha, extreme caution should be taken when using this software. ALWAYS backup your data before using this software

Getting Started

To run the project from the latest source install .NET Core 2.0 and GIT run the following commands.

git clone https://github.com/helixsync/HelixSync.git HelixSync
dotnet run --project "HelixSync/HelixSync" -- sync "DecryptedFolder" "EncryptedFolder" -password "secret"

Language and Platforms

The software has been developed using C# .NET for .NET Core 2.0. It should be able to run on any platform supported by this framework including Windows, Linux and Mac.

Roadmap

  • Provide installer with compiled version
  • Add continual sync through directory monitoring
  • Add a GUI and tray icon (with continual sync)

License

HelixSync is released as Open Source software using the GPLv3

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages