nielsmouthaan/SecureNSUserDefaults

SecureNSUserDefaults Secret

Closed this issue · 0 comments

Question conserning: [[NSUserDefaults standardUserDefaults] setSecret:@"secret]

If the secret is different from the previous one, all values will turn nil, 0 or NO then?
Other question, what does happen if the secret is not set, I guess the datas are not encrypted, right?

I just went into the code. It has answered all my questions