rclone/crypt
Stephen Harris e1647a5a08 crypt: Fix obfuscate filename encryption method
Fix issue #1315 where filenames calculated with a base distance of zero
(ie the characters add up to 0(mod 256) aren't de-obfuscated on reading.
This was due to overloading of "0" to also mean "invalid UTF8; no rotation",
so we remove that double meaning
2017-04-22 09:16:00 +01:00
..
pkcs7 Implement crypt for encrypted remotes - #219 2016-08-23 17:45:37 +01:00
cipher_test.go crypt: Fix obfuscate filename encryption method 2017-04-22 09:16:00 +01:00
cipher.go crypt: Fix obfuscate filename encryption method 2017-04-22 09:16:00 +01:00
crypt2_test.go crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
crypt3_test.go crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
crypt_config_test.go crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
crypt_test.go crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
crypt.go crypt: add an "obfuscate" option for filename encryption. 2017-03-29 17:56:55 +01:00