How to convert string to base64 value and vice versa in JavaScript?
Originally posted here!
In computer science, Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation - as stated in Wikipedia.
To make it simple, it r...
melvingeorge-me.hashnode.dev2 min read