M0000N
M0000N
Hi! Thanks for the quick response! I am not sure if I follow what you say, but all that I am doing really is calling setSecureDictionary once, and then secureDictionaryForKey...
Not really. I am simply trying to use this class as is.
Thanks for the link. I've seen this before I think but it's somewhat out of my comfort zone (I'm a newb), and I don't need encryption for what I am...
http://stackoverflow.com/questions/21664986/saving-nsdictionary-in-nsuserdefaults-hash-fails
So this seems to work for me. Thoughts? ``` - (NSString *)_hashObject:(id)object { if (_secretData == nil) { // Use if statement in case asserts are disabled NSAssert(NO, @"Provide a...
@CRD2, thanks for posting your test. I have run it using NSJSONSerialization and it fails, as well. However, when I changed ``` NSDictionary *one = @{@"3" : @[@4, @5, @6],...