Re: Obscuring an NSString (Adam Gerson)
Re: Obscuring an NSString (Adam Gerson)
- Subject: Re: Obscuring an NSString (Adam Gerson)
- From: "email@hidden" <email@hidden>
- Date: Thu, 2 Dec 2010 20:51:46 +0000
On 2 Dec 2010, at 20:37, Kyle Sluder wrote:
> On Thu, Dec 2, 2010 at 9:49 AM, email@hidden
> <email@hidden> wrote:
>> Converting the string to an NSData rep and dumping out as a property list will encode the NSData as base-64
>
> This is an implementation detail. You shouldn't rely on it.
>
>
The DTD for plist version 1.0 states:
<!ELEMENT data (#PCDATA)> <!-- Contents interpreted as Base-64 encoded -->
Therefore I think we can rely on this implementation detail for now.
Regards
Jonathan Mitchell
Developer
Mugginsoft LLP
http://www.mugginsoft.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden