jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Unable to save "\" in string format into keychain. #114

Closed ghost closed 5 years ago

ghost commented 5 years ago

When tried to save "ab\xy" into keychain, the getter function returns "abxy".

Kindly suggest a resolution here !