0
gpg4win
can save and read encrypted files in two forms:
- Binary with
.gpg
extension - Base64/ascii with
.asc
extension
Is there a way to convert the Base64/ascii output to binary? I tried with Notepad++ option "Base64 Decode" but that doesn't work:
Note:
I am not trying to decrypt, just convert from ascii to binary.
I can successfully do the opposite, i.e. convert gpg4win's binary to ascii by using Notepad++ command "Base64 Encode". gpg4win can decrypt this converted version (of course it can also decrypt the original binary format).
Thanks.
How can I thank you my dear. You have answered my question :) I am so grateful to you, really, thank so much!! – get_going – 2018-11-13T01:29:20.410
Hi James Polk. I have some follow-ups questions please: https://superuser.com/questions/1374910/is-gpgwin-the-best-way-to-protect-text-file
– get_going – 2018-11-13T03:58:47.067Hi James, can you help doing the reverse please? https://superuser.com/questions/1375379/how-to-convert-gpg4wins-binary-to-ascii-with-notepad
– get_going – 2018-11-14T16:39:55.8971@get_going: If this answer is correct then please mark it as accepted. – President James Moveon Polk – 2018-11-14T17:56:37.593
I just did that. Sorry I am new so didn't know what to do, thanks for telling me. Can you help me do the reverse please? See link in my previous comment. – get_going – 2018-11-14T18:26:14.157