1. "hashcat -m 20 -a 0 -o cracked.txt crackme.txt /usr/share/wordlists/rockyou.txt --force" with [given hash]:[given salt (cyctf)] in the crackme.txt gets the FLAG
FLAG: cyctf{ilovesalt}
Original writeup (https://github.com/Finay/Writeups/blob/main/Cyberyoddha/index.md#supa-secure-225-pts).