Tags: cryptography 

Rating:

# Touch Base

We're given a base64 string. Easy enough.

```
$ echo "dGpjdGZ7ajJzdF9zMG0zX2I0c2U2NH0=" | base64 -d
tjctf{j2st_s0m3_b4se64}
```

Original writeup (https://github.com/shawnduong/ctf-writeups/blob/master/2019-TJ/Cryptography/touch-base.md).