API for encoding/decoding to base64

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ashu

    API for encoding/decoding to base64

    I am searching for Win32 (or WinMobile) API for converting ASCII
    string to Base64 and vice-versa can anyone help me out....

    Thanks in advance...
  • Roland Pibinger

    #2
    Re: API for encoding/decoding to base64

    On Mon, 30 Jun 2008 01:30:06 -0700 (PDT), ashu wrote:
    >I am searching for Win32 (or WinMobile) API for converting ASCII
    >string to Base64 and vice-versa can anyone help me out....





    --
    Roland Pibinger
    "The best software is simple, elegant, and full of drama" - Grady Booch

    Comment

    • ashu

      #3
      Re: API for encoding/decoding to base64


      On Jun 30, 11:24 pm, rpbg...@yahoo.c om (Roland Pibinger) wrote:
      On Mon, 30 Jun 2008 01:30:06 -0700 (PDT), ashu wrote:
      I am searching for Win32 (or WinMobile) API for converting ASCII
      string to Base64 and vice-versa can anyone help me out....
      >

      >
      --
      Roland Pibinger
      "The best software is simple, elegant, and full of drama" - Grady Booch

      I was looking for any API which is shipped as a part of standard
      microsoft win32 or winmobile library.......
      All I found was crypto APIs and DRM APIs which can be used for
      encoding decoding operation to base64 (other base64 coder APIs are
      part of .NET or ATL package which unfortunately I can not use in my
      application)... .
      anyways thanks for your help.....


      Comment

      • Paavo Helde

        #4
        Re: API for encoding/decoding to base64

        ashu <ashu.singh.1@g mail.comkirjuta s:
        >
        I was looking for any API which is shipped as a part of standard
        microsoft win32 or winmobile library.......
        This is off-topic in this group. You might get better responses in some
        microsoft group.

        hth
        Paavo

        Comment

        Working...