The reason why I'm asking this is that the encryption leaves up to a length of 143 characters to be used as filename. While normally it doesn't seem like a trouble, it becomes one when the name of a file contains many multi-byte CJK (Chinese, Janpanese, Korean) characters.
However, I wasn't able to manually rename the file, because it was supposed to be downloaded and processed internally by a program. Specifically, it is the resume file used by Transmission, which should be stored under ~/.config/transmission/resume
directory.
As I do know in which folder the file will be stored (in this case, the aforementioned resume
folder), I'd like to unencrypt this specific folder to solve the "filename too long" issue.
So my question is, aside from unencrpting the entire home folder, is there a way to unencrypt only one specific folder/directory?
/home
and linked it back into~/.config
, which solved my problem. – Naitree Jan 30 '15 at 17:49