Touchbase with Base64
What is base64?
Base64 is a method of representing binary data in an ASCII string format. This is achieved by converting a binary data into 6-bit character representation.
Base64 uses a specific algorithm for encoding which helps to convert the binar...
debojyoti.hashnode.dev3 min read