Appearance
Link to the exercise
This one is about using the md5 command to get a hash for provided string. I needed to do that 3 times.
md5
To find an md5 hash of a string:
$ md5 -s <string>
Simple as that.
picoCTF{4ppl1c4710n_r3c31v3d_674c1de2}