3 comments

[ 4.6 ms ] story [ 19.8 ms ] thread
What's so different between this and the other sites that already do this?
OP is presumably a bot. Look at all its submissions.

  $ echo -n "Hello World" | base64 
  SGVsbG8gV29ybGQ=
  $ echo -n "SGVsbG8gV29ybGQ=" | base64 -d
  Hello World