In my project i am going to un-zip the file which is in the SD-Card.
But the files are zipped using a client certificate to ensure that they zip cannot be unzipped on a device that is not authorized to see files. So, using gpg we use gpg-zip with client certificate on our side to create zip file -- the client certificate is installed on device so gpg-unzip should be able to only unzip if it has correct certificate. "
So, I have to un-zip the file using GPG.
Is it possible ? and how ?
Thanks in Advance.