Javascript browser builtin base64 function : const a = btoa("1234") // MTIzNDU= const b = atob("MTIzNDU=") // 12345