Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Base64 converter

Base64 converter

Scheduled Pinned Locked Moved ASP.NET
csharpcomhelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    swissmiss86
    wrote on last edited by
    #1

    Does anyone know if there's a tool which i can download and use for decoding base64 encoded files? It should work just like in http://www.base64converter.com I have a windows .net application for downloading encoded data from a web service and i need to manually decode that data using above website rather i'm looking forward to automate this entire process. I appreciate your help

    T 1 Reply Last reply
    0
    • S swissmiss86

      Does anyone know if there's a tool which i can download and use for decoding base64 encoded files? It should work just like in http://www.base64converter.com I have a windows .net application for downloading encoded data from a web service and i need to manually decode that data using above website rather i'm looking forward to automate this entire process. I appreciate your help

      T Offline
      T Offline
      TheGreatAndPowerfulOz
      wrote on last edited by
      #2

      you could write a small application yourself using Convert.FromBase64String()[^] and Convert.ToBase64String()[^]

      "If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams "Let me get this straight. You know her. She knows you. But she wants to eat him. And everybody's okay with this?" - Timon

      S 1 Reply Last reply
      0
      • T TheGreatAndPowerfulOz

        you could write a small application yourself using Convert.FromBase64String()[^] and Convert.ToBase64String()[^]

        "If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams "Let me get this straight. You know her. She knows you. But she wants to eat him. And everybody's okay with this?" - Timon

        S Offline
        S Offline
        swissmiss86
        wrote on last edited by
        #3

        Thanks for the idea i'll try that

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups