libgocryptfs/internal/nametransform
DerDonut a8230d271f Added auto decryption of invalid file names
Changed invalid file decoding and decryption. Function
DecryptName now shortens the filename until the filename is
decodable and decryptable. Will work with valid **and**
invalid Base64URL delimiter (valid delimiter [0-9a-zA-z_\\-].
If the filename is not decryptable at all, it returns the
original cipher name with flag suffix Changed cli tests to
generate decryptable and undecryptable file names with correct
encrypted content. Replacing #474, extends #393
2020-06-06 12:20:31 +02:00
..
diriv.go Fix spelling mistakes found by misspell 2020-05-10 00:25:49 +02:00
longnames_test.go reverse mode: support wildcard exclude (--exclude-wildcard) 2019-03-26 20:56:37 +01:00
longnames.go reverse mode: support wildcard exclude (--exclude-wildcard) 2019-03-26 20:56:37 +01:00
names_test.go nametransform: update comment & simplify tests 2020-04-18 16:14:48 +02:00
names.go Added auto decryption of invalid file names 2020-06-06 12:20:31 +02:00
pad16.go nametransform: harden name decryption against invalid input 2017-05-23 21:26:38 +02:00