Search notes:

certutil.exe -encode / -decode

The two command line options -encode and -decode of certutil.exe provide a possibilty to encode or decode a file in/from Base64 when only native tools of Windows can be usedr:
C:\> certutil -encode file.txt file.64
C:\> certutil -decode file.64  file.txt

Index