How can I decode data with Base64 in IPhone

前端 未结 3 1367
旧巷少年郎
旧巷少年郎 2021-01-14 08:51

Hi My friend is using Base64 encoding standard in java.

I am using IPhone how can I decode the data. and viceversa. There is org.apache.commons.codec.binary.Base64.

相关标签:
3条回答
  • 2021-01-14 09:33

    There is also some quite simple code you can use here:

    http://www.cocoadev.com/index.pl?BaseSixtyFour

    Another interesting way to do it, using OpenSSL:

    http://www.dribin.org/dave/blog/archives/2006/03/12/base64_cocoa/

    0 讨论(0)
  • 2021-01-14 09:37

    use this code base64(github.com/nicklockwood/Base64)

    0 讨论(0)
  • 2021-01-14 09:48

    TouchCode has http://touchcode.googlecode.com/hg/Support/Common/Base64Transcoder.c (and .h)

    0 讨论(0)
提交回复
热议问题