I have a folder with several files:
file1
file2
file3
I want to encrypt them all with AES including the file names so the output should be something like this:
kjk437fjk437
3k4jn34jk
j34nkj34
But I do not want to apply any compression at all.
Is it possible to do this with 7zip? I am using Debian and looking for Terminal based solutions only.
Edit: I also want to be able to get the filename back after decryption.