How to encrypt password with wpa2?
#4
you could use tools/test.pl for this

Code:
echo hashcatrocks | perl tools/test.pl passthrough 2500 | base64 -d > my.hccapx

btw: tools/test.pl is within the hashcat folder (source code), but you also need the perl modules in tools/test_modules/ so I recommend just cloning the hashcat git repo with
Code:
git clone https://github.com/hashcat/hashcat/
cd hashcat
Reply


Messages In This Thread
How to encrypt password with wpa2? - by Ar76 - 08-13-2019, 10:01 PM
RE: How to encrypt password with wpa2? - by Ar76 - 08-14-2019, 07:44 AM
RE: How to encrypt password with wpa2? - by philsmd - 08-14-2019, 09:43 AM
RE: How to encrypt password with wpa2? - by Ar76 - 08-14-2019, 09:47 AM
RE: How to encrypt password with wpa2? - by atom - 08-14-2019, 11:00 AM
RE: How to encrypt password with wpa2? - by Ar76 - 08-14-2019, 06:33 PM
RE: How to encrypt password with wpa2? - by Ar76 - 08-14-2019, 07:16 PM