rclone encryption demo
- MinGW(windows) or gcc environment
- libsodium https://github.com/jedisct1/libsodium
make
encryption
crypt_rclone.exe c input.txt encrypted.bin password saltstr
decryption
crypt_rclone.exe d encrypted.bin plain.txt password saltstr