EvilZone

Hacking and Security => Hacking and Security => : altahir007 July 12, 2014, 10:45:28 AM

: Website simple password input crc (i'm not an expert in encryption)
: altahir007 July 12, 2014, 10:45:28 AM
First sorry for my bad English, I try to learn each day but in France ... a lot of people have difficulties with UK language :D

<input class="waInputPassword param[crc(76a747c89d3b54e92f8d39f1e0977153)]" type="password">

I try to uncrypt a CRC "76a747c89d3b54e92f8d39f1e0977153" use into a webpage. This simple CRC is generated by a web designer software (like webacapela i'm sure now, I have found the "webacappella_core.js" into additionnal files).

This code is in Hexadecimal, I try to convert it in text but ... not encrypt solution seems to be good.

If you can help me ;) I'm too young to find alone ... but i'm sure, you can uncode it !

: Re: Website simple password input crc (i'm not an expert in encryption)
: altahir007 July 12, 2014, 11:17:37 AM
I have found the 3 js files ... ;)

I have found a part with MD5 ... it's perhaps the solution ?