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://tools.stefankueng.com/CryptSync.html
GNU General Public License v3.0
400 stars 72 forks source link

How to build this app for Linux -if possible? #94

Closed m-primo closed 1 year ago

stefankueng commented 1 year ago

It's not possible to build cryptSync for Linux since it uses a few Windows specific APIs.

shubham2110 commented 11 months ago

@stefankueng Could you please help me give a starting point on creating a simple service this this one for linux?

m-primo commented 11 months ago

@stefankueng Could you please help me give a starting point on creating a simple service this this one for linux?

I think a starting point would be determine the Windows APIs that's used and then look for its compatible in linux.