md5(base64_encode($pass)) in hashcat
#3
(10-30-2018, 09:42 AM)undeath Wrote: Either you implement a kernel on your own for such a hash mode or you do the encoding externally and pipe in the already base64-encoded words in a0 mode, but this will cost quite some performance and won't allow you to use any of hashcat's integrated attack features.

how make kernel?


Messages In This Thread
md5(base64_encode($pass)) in hashcat - by FRIMAN - 10-30-2018, 03:36 AM
RE: md5(base64_encode($pass)) in hashcat - by FRIMAN - 10-30-2018, 12:49 PM