Kgpg encrypt files

Hello for all!

Recently I installed whonix 14 and I faced with the fact that I can’t find an action in Dolphin for encrypting files . It works excellent in last whonix 12 or 13 (I don’t remember exactly which one I had).

In this way I have a question how can I encrypt files in whonix 14?

That’s a good observation. Until we figure out how to regain this feature. Meanwhile you can easily use gpg from the commandline using:

gpg --output doc.gpg --symmetric doc

Replace “doc” with your file name. Make sure you keep the final gpg file name generic if you are uploading to public filesharing sites.

2 Likes