What is the easiest and fastest code to do a conversion between NSData and a base64 string? I\'ve read a bunch of solutions at SO and mostly they involve in add
NSData
Be aware that there are more Base64 formats.
For example JWTs use a URL safe format.