Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefankueng/cryptsync
CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.
https://github.com/stefankueng/cryptsync
backup backup-tool cloud drive encrypt sync synchronization windows
Last synced: about 19 hours ago
JSON representation
CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.
- Host: GitHub
- URL: https://github.com/stefankueng/cryptsync
- Owner: stefankueng
- License: gpl-3.0
- Created: 2018-03-09T17:53:01.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T16:25:33.000Z (3 months ago)
- Last Synced: 2024-08-18T17:52:26.031Z (3 months ago)
- Topics: backup, backup-tool, cloud, drive, encrypt, sync, synchronization, windows
- Language: C++
- Homepage: https://tools.stefankueng.com/CryptSync.html
- Size: 41.2 MB
- Stars: 385
- Watchers: 27
- Forks: 72
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CryptSync
CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.[![Build Status](https://tortoisesvn.visualstudio.com/tortoisesvnGitHub/_apis/build/status/stefankueng.CryptSync?branchName=main)](https://tortoisesvn.visualstudio.com/tortoisesvnGitHub/_build/latest?definitionId=12&branchName=main)
The synchronization works both ways: a change in one folder gets synchronized to the other folder. If a file is added or modified in the unencrypted folder, it gets encrypted. If a file is added or modified in the encrypted folder, it gets decrypted to the other folder.
This is best used together with cloud storage tools like OneDrive, DropBox or Google Drive.
Please see the [Homepage](https://tools.stefankueng.com/CryptSync.html) for more details.