I'm using Ubuntu 18.04 LTS, and I'd like to encrypt files (and the filenames as well) with Archive Manager. Unfortunately I cannot do it since the option to do so is greyed out.
Is there any solution to this?
Thank you!
I'm using Ubuntu 18.04 LTS, and I'd like to encrypt files (and the filenames as well) with Archive Manager. Unfortunately I cannot do it since the option to do so is greyed out.
Is there any solution to this?
Thank you!
What you could try as a workaround is
– DankyNanky Apr 18 '20 at 14:01gpg
to test encrypting the file:gpg -c purplesky2.png
gpg -c purplesky2.png gpg: can't open 'purplesky2.png': No such file or directory gpg: symmetric encryption of 'purplesky2.png' failed: No such file or directory
I was hoping that I could do this via the Archive Manager, not the Terminal. Unless of course, terminal's the only way.
– Andree Ajawaila Apr 18 '20 at 16:45cd /home/andree/Picutres
for that command to work... :) Also (and this is only theoretical but I don't know if you can do this on.tar.gz
- can you try another file type?) – DankyNanky Apr 18 '20 at 16:51Hi, I tried the 'cd' command first and it didn't work too. I tried to match the exact filename and it didn't work either. FYI, I don't want other types of archive because I want to use either. rar or .zip formats for this. My family mostly uses Windows and not other OS and I want them to open encrypted archives without switching OS :D
– Andree Ajawaila Apr 19 '20 at 05:05.tar
doesn't allow me to access this information via the GUI, but other formats do. All the examples I found pipe the tar file to gpg as opposed to the GUI method - not sure if a limitation - but here is a good example. – DankyNanky Apr 19 '20 at 07:58.tar.gz
? Besides, 7Zip can handle it IIRC. – DankyNanky Apr 19 '20 at 07:58