shaunpud 17 hours ago

  $ echo -n "Hello World" | base64 
  SGVsbG8gV29ybGQ=
  $ echo -n "SGVsbG8gV29ybGQ=" | base64 -d
  Hello World
  • turboponyy 16 hours ago

    Or, in a browser that's presumably displaying the website:

        btoa("Hello World")
mass_and_energy a day ago

What's so different between this and the other sites that already do this?

  • Diti 13 hours ago

    OP is presumably a bot. Look at all its submissions.