can't figure this out, new to hashcat
#1
so I tried this, after looking through loads of guides.
I suspect my hash is in base64, and it is salted? (How do I know if I'm right?)
So that's why I used -m101
Can't really figure out what's wrong with it.
If it's to do with the fact it's salted, can someone help me figure out how to unsalt it (hahahaha… Is that even possible)



(By the way it's not a real password it's just a fun challenge so I'm fine with sharing the hash if someone asks haha)


C:\Users\[my irl name]\Desktop\hashcat\hashcat-4.1.0>hashcat64.exe -m101 -a3 -o cracked.txt P******lUW3R0****fWMf4*******BPS4GT8+bzoLE=
hashcat (v4.1.0) starting...
* Device #1: WARNING! Kernel exec timeout is not disabled.
             This may cause "CL_OUT_OF_RESOURCES" or related errors.
             To disable the timeout, see: https://hashcat.net/q/timeoutpatch
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 970, 1024/4096 MB allocatable, 13MCU
Hash 'P******lUW3R0****fWMf4*******BPS4GT8+bzoLE=': Line-length exception
No hashes loaded.
Started: Sat Jul 07 15:52:22 2018
Stopped: Sat Jul 07 15:52:22 2018
#2
Hold on!!!!!!!

I was wrong, and looking through the example hashes I see it's actually encoded like the m1413 one.
" base64(sha256(unicode($pass))) "

Is the right way to tackle this download a legacy version of hashcat ?