You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know previously there is similar discussion, but for some business reasons I cannot use gpg2.x.
My point is, in terminal-based gpg, if we set the following option in encryption,
--set-file-name [String]
we can encrypt the file which when decrypted shows appropriate file name.
So my question is, how to pass this --set-file-name argument to Ctx class when encrypting something?
The text was updated successfully, but these errors were encountered:
I know previously there is similar discussion, but for some business reasons I cannot use gpg2.x.
My point is, in terminal-based gpg, if we set the following option in encryption,
we can encrypt the file which when decrypted shows appropriate file name.
So my question is, how to pass this
--set-file-name
argument to Ctx class when encrypting something?The text was updated successfully, but these errors were encountered: