Ios swift – Is there a way to securely store cookies using HTTPCookieStorage
I recently discovered that HTTPCookieStorage stores my application's secure JWT tokens as searchable text in a file located at <App Bundle Path>/Library/Cookies/<bundle id>.binarycookies. I had previously presumed that Apple would encrypt the tokens before storing them to disc, especially given…