Rclone crypt seems not to crypt content of files

Sorry about that, newbie.

What is the problem you are having with rclone?

it does not encrypt the content of files, just names

Run the command 'rclone version' and share the full output of the command.

rclone v1.57.0

  • os/version: raspbian 10.11
  • os/kernel: 5.10.63-v7l+ (armv7l)
  • os/type: linux
  • os/arch: arm
  • go/version: go1.17.2
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

SFTP and Crypr

The command you were trying to run (eg rclone copy /tmp remote:tmp)

I have mounted the drive using the webgui and I use cp from command line

cp text.txt /media/crypt

The rclone config contents with secrets removed.

[SFTPB]
type = sftp
host = 1.1.1.1
pass = 1
port = 22
user = 1
md5sum_command = md5sum
sha1sum_command = sha1sum

[SFTPBC]
type = crypt
no_data_encryption = false
password = 1
password2 = 1
remote = SFTPB:/

the log states:
text.txt: Copied (new)

on the destinaion disk I see I file named vn6aefvqa9ivuhbutki8q63h74 and the content is 12345, so it's not encrypted.