Un-zipping file using GPG in android

In my project, I am going to unzip the file that is on the SD card.

But the files are archived using a client certificate to ensure that they cannot be unpacked on a device that does not have the right to see the files. So, using gpg, we use gpg-zip with a client certificate on our side to create a zip file - the client certificate is installed on the device, so gpg-unzip should only be able to unzip it if it has the correct certificate. "

So I need to unzip the file using GPG.

Is it possible? And How?

Thanks at Advance.

+5
source share

All Articles