Using john --format=raw-sha256 and rockyou yields nothing.
$2y$10$ → bcrypt (same as hash2).
$2a$ prefix → bcrypt (hashcat mode 3200). Salt length 22 chars, total 60 chars. crack the hash level 2 tryhackme writeup
No salt mentioned. Try with hashcat (mode 1400 = SHA256) and RockYou: Using john --format=raw-sha256 and rockyou yields nothing
hashcat -m 1400 hash5.txt rockyou.txt Finds: trustno1 crack the hash level 2 tryhackme writeup