Base-64 decode (was Property List Editor)
Base-64 decode (was Property List Editor)
- Subject: Base-64 decode (was Property List Editor)
- From: Graham Jones <email@hidden>
- Date: Wed, 08 Jun 2005 12:53:47 -0400
A clue to an easier way to decode Base-64?
This was posted by Dave Hersey:
> You can also send a call down to openssl via system()
>
> encode:
> openssl base64 -e -in file_to_encode -out encoded_file
>
> decode:
> openssl base64 -d -in encoded_file -out decoded_file
>
> Or link against libcrypto and use the headers at /usr/include/openssl/.
Do you know how I can implement this seemingly easier approach in an AS
Studio (i.e. Applescript-based) app?
Many thanks,
Graham Jones.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden