Any tool to BF AES
#4
Ok.
So I looked into CryptoJS source and it is basicly an openssl
clone in JS.
So it seems like one round of md5 with some salt.
I tried looping over openssl to brute the password but performance aren't any better.

I found a tool for bruteforcing open ssl - https://github.com/glv2/bruteforce-salted-openssl
I'll try to see if I can get any better results using it


Messages In This Thread
Any tool to BF AES - by n0-0ne - 09-11-2016, 03:36 PM
RE: Any tool to BF AES - by atom - 09-12-2016, 12:19 AM
RE: Any tool to BF AES - by n0-0ne - 09-13-2016, 01:22 PM
RE: Any tool to BF AES - by n0-0ne - 09-13-2016, 08:10 PM
RE: Any tool to BF AES - by atom - 09-14-2016, 02:38 PM