Overview
We are given a text file containing a hashing signature generated using an old algorithm.
Reconnaissance
The hash length corresponds to MD5.
Exploitation Strategy
Looking up the hash on online databases decrypts the hash value to the plaintext oldbutgold.
Solution Code
Submit hash to online lookup tables -> oldbutgoldFlag
STG{oldbutgold}