I have to encrypt file names and folder names. The challenge is that the encrypted name string can have invalid characters for file name if I use AES 256 encryption. Do you have any suggestions how to handle this? Is this the right way to do file name encryption?I have to encrypt file names and folder names.