5 points | by artiomyak 16 hours ago ago
4 comments
$ echo -n "Hello World" | base64 SGVsbG8gV29ybGQ= $ echo -n "SGVsbG8gV29ybGQ=" | base64 -d Hello World
Or, in a browser that's presumably displaying the website:
btoa("Hello World")
What's so different between this and the other sites that already do this?
domain name maybe
Or, in a browser that's presumably displaying the website:
What's so different between this and the other sites that already do this?
domain name maybe