Category: Objective c

  • Base64 encoding in Objective c

    When we have some binary data that need to send across network, we generally don’t do it by just streaming the bits and bytes over the wire in a raw format.  Why ? Because some media are made for streaming text. You never know some protocols may interpret your binary data as control characters (like…