On Feb 16, 2018, at 15:06 , Alex Zavatone <z...@mac.com> wrote:
> 
> do you think that this be a case when it’s best to encrypt the strings 
> yourself with an HMac256 method on the attributed strings?

There’s no actual encryption in NSSecureCoding, it’s just about making sure 
that malicious classes aren’t substituted for the intended ones. You *could* 
introduce extra security, but at some point you’d have to hand the plain ol' 
raw data over to a NSKeyedUnarchiver, so the extra stuff wouldn’t help.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to