# Challenge!!!

After having a good understanding of the important components of Cryptography heres a challenge for you!!!

Try to Decode this :

```
QVVSSUN7YmFzZTY0X2Vhc3lfd2lufQ==
```

The data above is using an encoding thats called base64 how would you decode it? Find it yourself! Thats the challenge goodluck!

Try to Crack this :

```
d1cdfe70aa54da7a350b67ff2b036627
```

The data above is using a hash called md5! Is there a tool online to crack these? :thinking:

Thats the challenge hope your spirits are still up! Keep the good work!!!

Try to Decrypt this :

```
NHEVP{URYYB_GURER_PNRFNE}
```

The data above is shifted using an ecnryption called caesar cipher, how can you decrypt this and get the original text? :thinking:

Thats all the challenge I can provide currently, but if you are still on fire :fire: you can check these places for more challenges!!!

**PICOCTF -** [**https://play.picoctf.org/**](https://play.picoctf.org/)

**CTFLEARN -** [**https://ctflearn.com/**](https://ctflearn.com/)

**OverTheWire -** [**https://overthewire.org/wargames/krypton**](https://overthewire.org/wargames/krypton)

Goodluck on your journey of Cryptography! I hope that this blog could help you understand the basic concepts of Cryptography, Keep Encrypting!

\- auric
