Hi,
is the library capable to decrypt a GPG file with symmetric encryption that was created like that:
gpg --cipher-algo AES256 --batch --passphrase-file secret.key --output data.gpg --symmetric input.data
The examples do not show an example for this, so I am not sure. Any help or an example would be welcome.
Thanks!
Hi, is the library capable to decrypt a GPG file with symmetric encryption that was created like that:
gpg --cipher-algo AES256 --batch --passphrase-file secret.key --output data.gpg --symmetric input.data
The examples do not show an example for this, so I am not sure. Any help or an example would be welcome. Thanks!