rclone/docs/content
Stephen Harris 6e003934fc crypt: add an "obfuscate" option for filename encryption.
This is a simple "rotate" of the filename, with each file having a rot
distance based on the filename.  We store the distance at the beginning
of the filename.  So a file called "go" would become "37.KS".

This is not a strong encryption of filenames, but it should stop automated
scanning tools from picking up on filename patterns.  As such it's an
intermediate between "off" and "standard".  The advantage is that it
allows for longer path segment names.

We use the nameKey as an additional input to calculate the obfuscation
distance.  This should mean that two different passwords will result
in two different keys

The obfuscation rotation works by splitting the ranges up and handle cases
  0-9
  A-Za-z
  0xA0-0xFF
  and anything greater in blocks of 256
2017-03-29 17:56:55 +01:00
..
commands Update urls to https after site move 2017-03-29 10:06:22 +01:00
about.md Update urls to https after site move 2017-03-29 10:06:22 +01:00
amazonclouddrive.md Fix spelling of Unfortunately 2017-03-18 20:22:19 -04:00
authors.md Yoni Jah to contributors 2017-03-29 17:38:14 +01:00
b2.md Update config docs - fixes #1174 2017-03-05 10:14:57 +00:00
bugs.md Add FAQ to menu and documentation fixes 2015-08-17 17:26:37 +01:00
changelog.md Version v1.36 2017-03-18 11:16:43 +00:00
contact.md Add links to forum on contact page and sidebar 2016-10-05 14:55:09 +01:00
crypt.md crypt: add an "obfuscate" option for filename encryption. 2017-03-29 17:56:55 +01:00
docs.md Fix typo in option name 2017-03-13 12:51:01 +00:00
donate.md Make donation page easier to find and add bitcoin address 2017-02-11 23:03:05 +00:00
downloads.md Update urls to https after site move 2017-03-29 10:06:22 +01:00
downloads.md.in Update urls to https after site move 2017-03-29 10:06:22 +01:00
drive.md Update config docs - fixes #1174 2017-03-05 10:14:57 +00:00
dropbox.md Update config docs - fixes #1174 2017-03-05 10:14:57 +00:00
faq.md Note certificates FAQ works on Solaris too 2016-04-22 11:53:56 +01:00
filtering.md Allows multiple --include/--exclude/--filter options - fixes #875 2016-12-07 13:37:40 +00:00
googlecloudstorage.md Update config docs - fixes #1174 2017-03-05 10:14:57 +00:00
hubic.md Update config docs - fixes #1174 2017-03-05 10:14:57 +00:00
install.md Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
licence.md Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
local.md Implement -L, --copy-links flag to allow rclone to follow symlinks 2017-01-29 13:43:20 +00:00
onedrive.md Update config docs - fixes #1174 2017-03-05 10:14:57 +00:00
overview.md onedrive: implement Move #197 2017-03-15 14:01:08 +00:00
privacy.md Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
remote_setup.md Tweaks to rclone authorize 2016-01-07 20:31:23 +00:00
s3.md Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
sftp.md Complete SFTP remote #521 2017-02-04 10:29:46 +00:00
swift.md Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
yandex.md Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00