rclone/docs
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
..
content crypt: add an "obfuscate" option for filename encryption. 2017-03-29 17:56:55 +01:00
layouts Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
static Make donation page easier to find and add bitcoin address 2017-02-11 23:03:05 +00:00
config.json Update urls to https after site move 2017-03-29 10:06:22 +01:00
README.md How to build the docs 2014-04-17 22:39:23 +01:00

Docs

See the content directory for the docs in markdown format.

Use hugo to build the website.