Base64 encode / decode

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

    #1

    Base64 encode / decode

    Hello,

    I would to encode and respectively to decode string's. Now ist my question:
    Is there a Funktion into J2SE 1.4 API?

    Thanks

    Alexander Schneider


  • Dan Nuttle

    #2
    Re: Base64 encode / decode

    I know the Apache Axis library has a way to do it.
    org.apache.axis .encoding.Base6 4

    But there might be (probably are) other ways.


    "Schneider Alexander" <as.spam@czy.de > wrote in message
    news:42137027$1 @news1.dpn.deer e.com...[color=blue]
    > Hello,
    >
    > I would to encode and respectively to decode string's. Now ist my[/color]
    question:[color=blue]
    > Is there a Funktion into J2SE 1.4 API?
    >
    > Thanks
    >
    > Alexander Schneider
    >
    >[/color]


    Comment

    • deadsea

      #3
      Re: Base64 encode / decode

      You can encode and decode Base64 in Java with these libraries:


      There are also 6 other pages with Base64 encoding/decoding information
      listed at the bottom of the page.

      Comment

      Working...