saturneric / GpgFrontend

A free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. It stands out as an exceptional GUI frontend for the modern GnuPG (gpg).
https://gpgfrontend.bktus.com
GNU General Public License v3.0
473 stars 46 forks source link

Doesn't work with big enough files. #16

Closed oracle1wr closed 3 years ago

oracle1wr commented 3 years ago

Hi,

I tried the app with image files and it doesn't work as expected. Just load a file, do encrypt, then decrypt and original file is broken. I tested with a picture, it doesn't work. When I tried just simple text message typed right a way in the window, it works.

My OS is Ubuntu 18.04.

saturneric commented 3 years ago

Thanks, I will check it later.

saturneric commented 3 years ago

You can't open binary file like image. It only work with text file. For binary file, you can right click the file and encrypt it.

oracle1wr commented 3 years ago

hm, yes tried built in file browser and using right click menu, encrypted and decrypted, it worked as expected.

Thanks