Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/keinhaar/crypt2cloud into main
Browse files Browse the repository at this point in the history
  • Loading branch information
keinhaar committed Feb 6, 2022
2 parents 858db30 + 47dcd68 commit 8667509
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Do not trust your Cloud. Always encrypt data before uploading.
This tool makes an AES encrypted backup of some folder directly in the cloud. There is no redundant data on your local drive.
Even the Metadata like filenames are encrypted, so nobody will be able to see any information about the data you uploaded.

## features
- Encrypts/Decrypts data on the fly
- Works incrementally (backups only changed files)
- Completely scrambles files and directories. You wont see any difference
- Can do partial backups or restores
- Single Executable which does not need to be installed for Windows and Linux. Other Platforms can use the single jar Java Version.

## license
This code is licensed under conditions of GPL-v3.

Expand Down

0 comments on commit 8667509

Please sign in to comment.