/crypt_rclone

rclone encryption demo

Primary LanguageCMIT LicenseMIT

crypt_rclone

rclone encryption demo

prepare

make

make

run

encryption

crypt_rclone.exe c input.txt encrypted.bin password saltstr

decryption

crypt_rclone.exe d encrypted.bin plain.txt password saltstr