# README
ksau-go
Build Instruction
To build this project, you need two important thing:
- Private PGP key used to decrypt rclone.conf
- The passphrase of the PGP key
They should be placed under crypto/ like so:
└───crypto
algo.go
placeholder.go
>> passphrase.txt ⌉ -- These files
>> privkey.pem ⌋ they are not provided by the repo
Finally, install the dependencies and you're ready to build the project!
go mod tidy # install dependencies
make build # build the project
Depending on the OS you're on, you'll see ksau-go
or ksau-go.exe
generated
in the current working directory.