Rating:

# Welcome to Crypto Land

## __Description__

Crypto land is fun! Decrypt:
```
KZ6UaztNnau6z39oMHUu8UTvdmq1bhob3CcEFdWXRfxJqdUAiNep4pkvkAZUSn9CvEvPNT5r2zt6JPg9bVBPYuTW4xr8v2PuPxVuCT6MLJWDJp84
```

## __Solution__

Try various decryption and the base58 work.

![alt text](base58.png)
![alt text](solve.png)

```
hsctf{w0w_th1s_1s_my_f1rst_crypt0_chall3ng3?}
```

Original writeup (https://github.com/kuruwa2/ctf-writeups/tree/master/HSCTF%206/Welcome%20to%20Crypto%20Land).